Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dsimple_propagator_state.cc79 const int src_slot = e.output_slot; in PropagateOutputs() local
Dpropagator_state.cc418 const int src_slot = e.output_slot; in ActivateNodesFastPathInternal() local
476 const int src_slot = e.output_slot; in ActivateNodesSlowPath() local
/external/tensorflow/tensorflow/core/util/
Dpresized_cuckoo_map.h288 inline void CopyItem(uint64 src_bucket, int src_slot, uint64 dst_bucket, in CopyItem()
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass.cc472 int src_slot = edge->src_output(); in RecordArg() local
517 int src_slot = edge->src_output(); in RecordResult() local
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc666 void AddInput(NodeDef* dst, StringPiece src_name, int src_slot) { in AddInput()
Dgraph_partition.cc162 void AddInput(NodeDef* dst, StringPiece src_name, int src_slot) { in AddInput()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp581 std::set<int> src_slot; in emit_create_vec() local
/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