Home
last modified time | relevance | path

Searched defs:src_slot (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/mesa3d/src/virtio/vulkan/
H A Dvn_feedback.c433 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 Dvn_feedback.h70 struct vn_feedback_slot *src_slot; member
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dpropagator_state.cc418 const int src_slot = e.output_slot; in ActivateNodesFastPathInternal() local
476 const int src_slot = e.output_slot; in ActivateNodesSlowPath() local
H A Dsimple_propagator_state.cc79 const int src_slot = e.output_slot; in PropagateOutputs() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dencapsulate_subgraphs_pass.cc453 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 Dpresized_cuckoo_map.h288 inline void CopyItem(uint64 src_bucket, int src_slot, uint64 dst_bucket, in CopyItem()
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.cc734 void AddInput(NodeDef* dst, StringPiece src_name, int src_slot) { in AddInput()
H A Dgraph_partition.cc162 void AddInput(NodeDef* dst, StringPiece src_name, int src_slot) { in AddInput()
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Ddebug_events_reader.py539 def add_op_consumer(self, src_op_name, src_slot, dst_op_name, dst_slot): argument