Home
last modified time | relevance | path

Searched refs:GetRegionBlockWithIndex (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_parallel_execute_sink_resource_write.cc85 Block& block = parallel_execute.GetRegionBlockWithIndex(i); in SinkResourceWritesIntoParallelExecute()
115 parallel_execute.GetRegionBlockWithIndex(results_to_remove.index()); in SinkResourceWritesIntoParallelExecute()
Dparallel_execute_to_islands.cc98 Block& execute_block = parallel_execute_op.GetRegionBlockWithIndex(i); in ExpandParallelExecuteToIslands()
Dtpu_extract_outside_compilation.cc432 parallel_execute_op.GetRegionBlockWithIndex(0); in CreateParallelExecuteForOutsideCompilation()
471 parallel_execute_op.GetRegionBlockWithIndex(1); in CreateParallelExecuteForOutsideCompilation()
Dtpu_merge_variables_with_execute.cc321 Block& block = parallel_execute.GetRegionBlockWithIndex(index); in AppendTypes()
Dtpu_rewrite_pass.cc510 auto& region = parallel_execute_op->GetRegionBlockWithIndex(core); in BuildParallelExecuteOp()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_device.cc184 Block& ParallelExecuteOp::GetRegionBlockWithIndex(unsigned index) { in GetRegionBlockWithIndex() function in mlir::tf_device::ParallelExecuteOp
191 GetRegionBlockWithIndex(region_index).getTerminator()->getNumOperands(); in GetRegionOutputs()
196 GetRegionBlockWithIndex(region_id).getTerminator()->getNumOperands(); in GetRegionOutputs()
205 return BlockWrapsSingleOp(&GetRegionBlockWithIndex(index)); in RegionWrapsSingleOp()
Dtf_device_ops.td162 Block& GetRegionBlockWithIndex(unsigned index);