Home
last modified time | relevance | path

Searched defs:AddInput (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_operation.cc28 void EagerOperation::AddInput(tensorflow::TensorHandle* h) { in AddInput() function in tensorflow::EagerOperation
/external/tensorflow/tensorflow/core/kernels/
Dops_testutil.h116 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/
Dtest_util.cc49 int SingleOpModel::AddInput(const TensorData& t, bool is_variable) { in AddInput() function in tflite::SingleOpModel
/external/tensorflow/tensorflow/core/common_runtime/
Dlower_if_op.cc147 Status CondBuilder::AddInput(Node* src, int src_output) { in AddInput() function in tensorflow::__anon2655e6fa0111::CondBuilder
/external/tensorflow/tensorflow/core/framework/
Dnode_def_builder.cc173 void NodeDefBuilder::AddInput(StringPiece src_node, int src_index) { in AddInput() function in tensorflow::NodeDefBuilder
Dfunction.cc429 void AddInput(int node_index, int output_node, int output_index) { in AddInput() function in tensorflow::__anon2646128d0111::FunctionInstantiationHelper
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc612 void AddInput(NodeDef* dst, StringPiece src_name, int src_slot) { in AddInput() function
Dgraph_partition.cc160 void AddInput(NodeDef* dst, StringPiece src_name, int src_slot) { in AddInput() function
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h346 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/
DPPCISelDAGToDAG.cpp3252 SDValue AddInput = IsRHSZero ? LHS : in get64BitSExtCompare() local