Home
last modified time | relevance | path

Searched defs:gather_op (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dunpartition_embedding_lookup.cc130 for (auto* gather_op : gather_ops) { in Run() local
176 for (const auto& gather_op : gather_ops) { in Run() local
236 for (auto* gather_op : gather_ops) { in Run() local
Dresolve_gather_attributes.cc31 auto* gather_op = model->operators[op_index].get(); in Run() local
/external/tensorflow/tensorflow/lite/toco/
Dexport_tensorflow.cc1220 tensorflow::NodeDef* gather_op = tensorflow_graph->add_node(); in ConvertGatherOperator() local