Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc1660 tensorflow::Status ConvertGatherOperator( in ConvertGatherOperator() function
2609 {"Gather", ConvertGatherOperator}, in GetTensorFlowNodeConverterMap()
2610 {"GatherV2", ConvertGatherOperator}, in GetTensorFlowNodeConverterMap()
Dexport_tensorflow.cc1231 void ConvertGatherOperator(const Model& model, const GatherOperator& src_op, in ConvertGatherOperator() function
2251 ConvertGatherOperator(model, static_cast<const GatherOperator&>(src_op), in ConvertOperator()