Home
last modified time | relevance | path

Searched defs:graph_op (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dparallel_execute_to_islands.cc168 auto graph_op = island_op->getParentOfType<tf_executor::GraphOp>(); in CreateIslandsFromParallelExecute() local
185 getFunction().walk([&](tf_executor::GraphOp graph_op) { in runOnFunction()
Dreplicate_to_island.cc235 tf_executor::GraphOp graph_op, in CreateIslandsFromReplicate()
309 getOperation().walk([&](tf_executor::GraphOp graph_op) { in runOnFunction()
319 auto graph_op = island_op->getParentOfType<tf_executor::GraphOp>(); in runOnFunction() local
Dexecutor_island_coarsening.cc69 Operation* graph_op = island->getParentOp(); in GetOperandCandidateToMergeWith() local
98 Operation* graph_op = island->getParentOp(); in GetResultCandidateToMergeWith() local
Dshape_inference.cc930 if (auto graph_op = dyn_cast<tf_executor::GraphOp>(op)) { in InferShapeForNonTFDialectOperation() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dtf_functional_to_executor.cc72 auto graph_op = builder.create<tf_executor::GraphOp>( in runOnFunction() local
Dbreakup-islands.cc63 tf_executor::GraphOp graph_op; in runOnFunction() local
Dexport_graphdef.cc487 auto graph_op = llvm::cast<mlir::tf_executor::GraphOp>(block.front()); in Convert() local
Dimport_model.cc1478 mlir::FuncOp func, mlir::tf_executor::GraphOp graph_op, in ConvertFunctionArgAndRets()
/external/tensorflow/tensorflow/python/framework/
Dops.py7021 def get_resource_handle_data(graph_op): argument