Home
last modified time | relevance | path

Searched refs:kGatherNd (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dmodel.h168 kGatherNd, enumerator
1746 GatherNdOperator() : Operator(OperatorType::kGatherNd) {}
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc248 GetOperator("GATHER_ND", OperatorType::kGatherNd), op); in TEST_F()
Doperator.cc2371 OperatorType::kGatherNd)); in BuildOperatorList()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc2120 case OperatorType::kGatherNd: in Run()