Home
last modified time | relevance | path

Searched defs:output_slot (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/python/debug/cli/
Devaluator_test.py149 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument
163 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument
180 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument
193 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument
219 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument
235 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_monitors.py90 output_slot, argument
116 def output_slot(self): member in InfNanAlert
156 output_slot, argument
200 output_slot, argument
Dgrpc_debug_server.py41 def _state_change(new_state, node_name, output_slot, debug_op): argument
394 def request_watch(self, node_name, output_slot, debug_op, breakpoint=False): argument
423 def request_unwatch(self, node_name, output_slot, debug_op): argument
Ddebug_data.py171 def _get_tensor_name(node_name, output_slot): argument
185 def _get_tensor_watch_key(node_name, output_slot, debug_op): argument
408 def output_slot(self): member in DebugTensorDatum
1468 output_slot, argument
1500 def get_tensors(self, node_name, output_slot, debug_op, device_name=None): argument
1534 output_slot, argument
1571 output_slot, argument
Ddebug_utils.py28 output_slot=0, argument
Ddebug_events_reader.py573 def get_tensor_id(self, op_name, output_slot): argument
746 def __init__(self, wall_time, locator, op_type, op_name, output_slot, argument
763 def output_slot(self): member in GraphExecutionTraceDigest
1339 def symbolic_tensor_id(self, graph_id, op_name, output_slot): argument
/external/tensorflow/tensorflow/core/debug/
Ddebugger_event_metadata.proto8 int32 output_slot = 2; field
Ddebug_node_key.cc28 const int32 output_slot, const string& debug_op) in DebugNodeKey()
Ddebug_node_key.h43 const int32 output_slot; member
Ddebug_service.proto39 int32 output_slot = 3; field
Ddebug_graph_utils.cc281 const int output_slot) { in GetCopyNodeName()
/external/tensorflow/tensorflow/core/protobuf/
Ddebug.proto23 int32 output_slot = 2; field
Ddebug_event.proto288 int32 output_slot = 3; field
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.cc251 void CostModel::RecordMaxMemorySize(const Node* node, int output_slot, in RecordMaxMemorySize()
351 void CostModel::RecordAllocationId(const Node* node, int output_slot, in RecordAllocationId()
/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h133 int32 output_slot = 0; in BaseDebugOp() local
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_view.h43 int output_slot : 31; member
Dgraph_view.cc166 const int output_slot = dst_edge->output_slot; in InitializeNode() local
Dstep_stats_collector.cc354 int output_slot = output.slot(); in BuildCostModel() local
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer.cc277 const string& op_name, int32 output_slot, int32 tensor_debug_mode, in WriteGraphExecutionTrace()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c539 output_slot(struct ir2_context *ctx, nir_intrinsic_instr *intr) in output_slot() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.cc142 int output_slot; member