Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dunpartition_embedding_lookup.cc132 for (auto* gather_op : gather_ops) { in Run() local
178 for (const auto& gather_op : gather_ops) { in Run() local
238 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/dtensor/mlir/expansions/
Dgather_spmd_expander.cc36 auto gather_op = llvm::cast<mlir::TF::GatherV2Op>(op); in ExpandOp() local
170 auto gather_op = llvm::cast<mlir::TF::GatherV2Op>(op); in ComputeLayoutForward() local
240 auto gather_op = llvm::cast<mlir::TF::GatherV2Op>(op); in ComputeLayoutBackward() local
371 auto gather_op = llvm::cast<mlir::TF::GatherNdOp>(op); in ExpandOp() local
470 auto gather_op = llvm::cast<mlir::TF::GatherNdOp>(op); in ComputeLayoutForward() local
512 auto gather_op = llvm::cast<mlir::TF::GatherNdOp>(op); in ComputeLayoutBackward() local
/external/tensorflow/tensorflow/lite/toco/
Dexport_tensorflow.cc1238 tensorflow::NodeDef* gather_op = tensorflow_graph->add_node(); in ConvertGatherOperator() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc2879 mhlo::GatherOp gather_op, OpAdaptor adaptor, in matchAndRewrite()