Open llFreetimell opened 3 years ago
:no_entry_sign: : Not needed :heavy_check_mark: : Done
Operation | Assignee | PR(exlucde) | PR(res) | PR(type) | PR(shape) | Status |
---|---|---|---|---|---|---|
Abs | ||||||
Add | ||||||
AddN | ||||||
All | ||||||
ArgMax | ||||||
ArgMin | ||||||
AveragePool2D | ||||||
BatchMatMul | ||||||
BatchToSpaceND | ||||||
Cast | ||||||
Ceil | ||||||
Concatenation | ||||||
Const | :no_entry_sign: | :no_entry_sign: | ||||
Conv2D | ||||||
Cos | ||||||
Custom | :no_entry_sign: | :no_entry_sign: |
:no_entry_sign: : Not needed :heavy_check_mark: : Done
Operation | Assignee | PR(exlucde) | PR(res) | PR(type) | PR(shape) | Status |
---|---|---|---|---|---|---|
DepthToSpace | ||||||
DepthwiseConv2D | ||||||
Dequantize | ||||||
Div | ||||||
Elu | ||||||
Equal | ||||||
Exp | ||||||
ExpandDims | ||||||
FakeQuant | ||||||
Fill | ||||||
Floor | ||||||
FloorDiv | ||||||
FloorMod | ||||||
FullyConnected |
:no_entry_sign: : Not needed :heavy_check_mark: : Done
Operation | Assignee | PR(exlucde) | PR(res) | PR(type) | PR(shape) | Status |
---|---|---|---|---|---|---|
Gather | ||||||
GatherNd | ||||||
Greater | ||||||
GreaterEqual | ||||||
If | ||||||
L2Normalize | ||||||
L2Pool2D | ||||||
LeakyRelu | ||||||
Less | ||||||
LessEqual | ||||||
LocalResponseNormalization | ||||||
Log | ||||||
LogicalAnd | ||||||
LogicalNot | ||||||
LogicalOr | ||||||
Logistic | ||||||
LogSoftmax |
:no_entry_sign: : Not needed :heavy_check_mark: : Done
Operation | Assignee | PR(exlucde) | PR(res) | PR(type) | PR(shape) | Status |
---|---|---|---|---|---|---|
MatrixDiag | ||||||
MatrixSetDiag | ||||||
Maximum | ||||||
MaxPool2D | ||||||
Mean | ||||||
Minimum | ||||||
MirrorPad | ||||||
Mul | ||||||
Neg | ||||||
NonMaxSuppressionV4 | ||||||
NonMaxSuppressionV5 | ||||||
NotEqual | ||||||
OneHot | ||||||
Pack | ||||||
Pad | ||||||
PadV2 | ||||||
Pow | ||||||
PRelu |
:no_entry_sign: : Not needed :heavy_check_mark: : Done
Operation | Assignee | PR(exlucde) | PR(res) | PR(type) | PR(shape) | Status |
---|---|---|---|---|---|---|
Range | ||||||
Rank | ||||||
ReduceAny | ||||||
ReduceMax | ||||||
ReduceMin | ||||||
ReduceProd | ||||||
Relu | @llFreetimell | #5611 | #5079 | |||
Relu6 | @llFreetimell | #5611 | #5079 | |||
ReluN1To1 | @llFreetimell | #5072 | #5079 | |||
Reshape | ||||||
ResizeBilinear | ||||||
ResizeNearestNeighbor | ||||||
ReverseSequence | ||||||
ReverseV2 | ||||||
Round | ||||||
Rsqrt |
:no_entry_sign: : Not needed :heavy_check_mark: : Done
Operation | Assignee | PR(exlucde) | PR(res) | PR(type) | PR(shape) | Status |
---|---|---|---|---|---|---|
ScatterNd | ||||||
SegmentSum | ||||||
Select | ||||||
SelectV2 | ||||||
Shape | ||||||
Sin | ||||||
Slice | ||||||
Softmax | ||||||
SpaceToBatchND | ||||||
SpaceToDepth | ||||||
SparseToDense | ||||||
Split | ||||||
SplitV | ||||||
Sqrt | ||||||
Square | ||||||
SquaredDifference | ||||||
Squeeze | ||||||
StridedSlice | ||||||
Sub | ||||||
Sum |
:no_entry_sign: : Not needed :heavy_check_mark: : Done
Operation | Assignee | PR(exlucde) | PR(res) | PR(type) | PR(shape) | Status |
---|---|---|---|---|---|---|
Tanh | ||||||
Tile | ||||||
TopKV2 | ||||||
Transpose | ||||||
TransposeConv | ||||||
UnidirectionalSequenceLSTM | ||||||
Unique | ||||||
Unpack | ||||||
Where | ||||||
While | ||||||
ZerosLike |
:no_entry_sign: : Not needed :heavy_check_mark: : Done
Operation | Assignee | PR(exlucde) | PR(res) | PR(type) | PR(shape) | Status |
---|---|---|---|---|---|---|
BCQFullyConnected | ||||||
BCQGather | ||||||
InstanceNorm |
:no_entry_sign: : Not needed :heavy_check_mark: : Done
Operation | Assignee | PR(exlucde) | PR(res) | PR(type) | PR(shape) | Status |
---|---|---|---|---|---|---|
CustomOut | :no_entry_sign: | :no_entry_sign: | ||||
IfOut | @llFreetimell | :no_entry_sign: | :no_entry_sign: | #6312 | #6312 | :heavy_check_mark: |
Input | :no_entry_sign: | :no_entry_sign: | ||||
NonMaxSuppressionV4Out | :no_entry_sign: | :no_entry_sign: | ||||
NonMaxSuppressionV5Out | :no_entry_sign: | :no_entry_sign: | ||||
Output | :no_entry_sign: | :no_entry_sign: | ||||
OutputDummy | :no_entry_sign: | :no_entry_sign: | ||||
OutputExclude | :no_entry_sign: | :no_entry_sign: | ||||
SplitOut | :no_entry_sign: | :no_entry_sign: | ||||
SplitVOut | :no_entry_sign: | :no_entry_sign: | ||||
TopKV2Out | :no_entry_sign: | :no_entry_sign: | ||||
UniqueOut | :no_entry_sign: | :no_entry_sign: | ||||
UnpackOut | :no_entry_sign: | :no_entry_sign: | ||||
WhileOut | :no_entry_sign: | :no_entry_sign: |
What?
Let's re-implement(upgrade) shape and type inference algorithm for following things!
How
common-artifacts/exclude.lst
. (TestDataGenerator not supports yet)res/TensorFlowLiteRecipes/
orres/CircleRecipes
.common-artifacts/exclude.lst
.res/
.Examples (Guide)
5611
5079
6312
Background
This issue is originated from #5501. Please refer to the comment in that issue.