Searched defs:src_slot (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/ |
H A D | vn_feedback.c | 433 struct vn_feedback_slot *src_slot) in vn_feedback_cmd_record() 527 struct vn_feedback_slot *src_slot = in vn_semaphore_feedback_cmd_alloc() local 746 struct vn_feedback_slot *src_slot, in vn_feedback_cmd_alloc()
|
H A D | vn_feedback.h | 70 struct vn_feedback_slot *src_slot; member
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | propagator_state.cc | 418 const int src_slot = e.output_slot; in ActivateNodesFastPathInternal() local 476 const int src_slot = e.output_slot; in ActivateNodesSlowPath() local
|
H A D | simple_propagator_state.cc | 79 const int src_slot = e.output_slot; in PropagateOutputs() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | encapsulate_subgraphs_pass.cc | 453 int src_slot = edge->src_output(); in RecordArg() local 496 int src_slot = edge->src_output(); in RecordResult() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | presized_cuckoo_map.h | 288 inline void CopyItem(uint64 src_bucket, int src_slot, uint64 dst_bucket, in CopyItem()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | graph.cc | 734 void AddInput(NodeDef* dst, StringPiece src_name, int src_slot) { in AddInput()
|
H A D | graph_partition.cc | 162 void AddInput(NodeDef* dst, StringPiece src_name, int src_slot) { in AddInput()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/ |
H A D | debug_events_reader.py | 539 def add_op_consumer(self, src_op_name, src_slot, dst_op_name, dst_slot): argument
|