Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dimport_tensorflow.cc1667 tensorflow::Status ConvertGatherOperator( in ConvertGatherOperator() function
2617 {"Gather", ConvertGatherOperator}, in GetTensorFlowNodeConverterMap()
2618 {"GatherV2", ConvertGatherOperator}, in GetTensorFlowNodeConverterMap()
H A Dexport_tensorflow.cc1236 void ConvertGatherOperator(const Model& model, const GatherOperator& src_op, in ConvertGatherOperator() function
2256 ConvertGatherOperator(model, static_cast<const GatherOperator&>(src_op), in ConvertOperator()