Home
last modified time | relevance | path

Searched defs:node_device (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_ops.cc114 auto node_device = [&](Operation *n) -> StringAttr { in MultiDeviceProcessInlinedCallBlocks() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dgeneric_layout_optimizer_transposer.cc1218 absl::string_view node_device, absl::string_view input_name, in AddNodeReshape()
1242 absl::string_view node_device, bool node_in_frame, int num_channels, in AddNodeShapeConst()
1284 const string& node_device = node->GetDevice(); in MaybeReshapeVectorFanin() local
H A Ddependency_optimizer.cc655 string rest, node_device = node->device(); in GroupCrossDeviceControlEdges() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dutils.cc480 absl::string_view node_op, absl::string_view node_device, in IsKernelRegisteredForNode()
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Ddebug_data.py1292 def node_device(self, node_name): member in DebugDumpDir
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel.cc1475 StringPiece node_op, StringPiece node_device, AttrSlice node_attrs, in FindKernelDef()