Searched defs:AddInput (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | eager_operation.cc | 28 void EagerOperation::AddInput(tensorflow::TensorHandle* h) { in AddInput() function in tensorflow::EagerOperation
|
/external/tensorflow/tensorflow/core/kernels/ |
D | ops_testutil.h | 116 void AddInput(const TensorShape& shape, std::function<T(int)> input_mapping) { in AddInput() function 208 Tensor* AddInput(DataType dtype, const TensorShape& shape) { in AddInput() function
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | test_util.cc | 49 int SingleOpModel::AddInput(const TensorData& t, bool is_variable) { in AddInput() function in tflite::SingleOpModel
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | lower_if_op.cc | 147 Status CondBuilder::AddInput(Node* src, int src_output) { in AddInput() function in tensorflow::__anoneb751e910111::CondBuilder
|
/external/tensorflow/tensorflow/core/framework/ |
D | node_def_builder.cc | 173 void NodeDefBuilder::AddInput(StringPiece src_node, int src_index) { in AddInput() function in tensorflow::NodeDefBuilder
|
D | function.cc | 429 void AddInput(int node_index, int output_node, int output_index) { in AddInput() function in tensorflow::__anon8e6ea3240111::FunctionInstantiationHelper
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph.cc | 612 void AddInput(NodeDef* dst, StringPiece src_name, int src_slot) { in AddInput() function
|
D | graph_partition.cc | 160 void AddInput(NodeDef* dst, StringPiece src_name, int src_slot) { in AddInput() function
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_node.h | 346 void AddInput(const string& input, int64 output_index, int input_idx) { in AddInput() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 3252 SDValue AddInput = IsRHSZero ? LHS : in get64BitSExtCompare() local
|