Home
last modified time | relevance | path

Searched refs:ConvertGatherOperator (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc1549 tensorflow::Status ConvertGatherOperator( in ConvertGatherOperator() function
2456 {"Gather", ConvertGatherOperator}, in GetTensorFlowNodeConverterMap()
2457 {"GatherV2", ConvertGatherOperator}, in GetTensorFlowNodeConverterMap()
Dexport_tensorflow.cc1218 void ConvertGatherOperator(const Model& model, const GatherOperator& src_op, in ConvertGatherOperator() function
2214 ConvertGatherOperator(model, static_cast<const GatherOperator&>(src_op), in ConvertOperator()