Home
last modified time | relevance | path

Searched refs:dst_slot (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dpresized_cuckoo_map.h289 int dst_slot) { in CopyItem() argument
292 dst_ref.keys[dst_slot] = src_ref.keys[src_slot]; in CopyItem()
293 dst_ref.values[dst_slot] = src_ref.values[src_slot]; in CopyItem()
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_reader.py545 def add_op_consumer(self, src_op_name, src_slot, dst_op_name, dst_slot): argument
555 self._op_consumers[src_op_name].append((src_slot, dst_op_name, dst_slot))
1015 for dst_slot, input_name in enumerate(op_creation_proto.input_names):
1018 op_creation_proto.op_name, dst_slot)
/external/mesa3d/src/intel/vulkan/
DgenX_query.c344 cpu_write_query_result(void *dst_slot, VkQueryResultFlags flags, in cpu_write_query_result() argument
348 uint64_t *dst64 = dst_slot; in cpu_write_query_result()
351 uint32_t *dst32 = dst_slot; in cpu_write_query_result()
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass.cc497 int dst_slot = edge->dst_input(); in RecordArg() local
498 args_by_dst_[InputTensor(dst_node, dst_slot)] = arg_index; in RecordArg()
499 graph_->AddEdge(args_[arg_index], 0, dst_image, dst_slot); in RecordArg()