Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/expansions/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A 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
H A Dresolve_gather_attributes.cc31 auto* gather_op = model->operators[op_index].get(); in Run() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dexport_tensorflow.cc1238 tensorflow::NodeDef* gather_op = tensorflow_graph->add_node(); in ConvertGatherOperator() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dlegalize_hlo.cc2879 mhlo::GatherOp gather_op, OpAdaptor adaptor, in matchAndRewrite()