HomeSort by relevance Sort by last modified time
    Searched defs:AddInput (Results 1 - 13 of 13) sorted by null

  /external/tensorflow/tensorflow/core/framework/
node_def_builder.cc 109 AddInput(src_node, src_index);
130 AddInput(node_out.node, node_out.index);
164 void NodeDefBuilder::AddInput(StringPiece src_node, int src_index) {
function.cc 257 AddInput(gnode_idx, item->nid + k, 0);
259 AddInput(gnode_idx, item->nid, item->idx + k);
332 AddInput(nodes_.size() - 1, item->nid, item->idx + i);
416 void AddInput(int node_index, int output_node, int output_index) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
BuildEngine.py 57 Tdb.AddInput(File)
86 def AddInput(self, Input):
295 TargetDesc.AddInput(SourceFile)
  /external/tensorflow/tensorflow/contrib/lite/kernels/
test_util.cc 105 int SingleOpModel::AddInput(const TensorData& t) {
test_util.h 64 // int a = m.AddInput({TensorType_FLOAT32, a_shape});
65 // int b = m.AddInput({TensorType_FLOAT32, b_shape});
115 int AddInput(TensorType type) { return AddInput(TensorData{type}); }
116 int AddInput(const TensorData& t);
  /external/tensorflow/tensorflow/core/kernels/
ops_testutil.h 116 void AddInput(const TensorShape& shape, std::function<T(int)> input_mapping) {
117 test::FillFn(AddInput(DataTypeToEnum<T>::v(), shape), input_mapping);
120 // Like AddInput but takes in an explicit arrayslice of data.
124 test::FillValues<T>(AddInput(DataTypeToEnum<T>::v(), shape), data);
132 test::FillValues<T>(AddInput(DataTypeToEnum<T>::v(), shape), data);
209 Tensor* AddInput(DataType dtype, const TensorShape& shape) {
  /frameworks/ml/nn/common/operations/
LSTMTest.cpp 96 #define AddInput(X) \
100 FOR_ALL_INPUT_AND_WEIGHT_TENSORS(AddInput);
    [all...]
SVDFTest.cpp 204 #define AddInput(X) \
208 FOR_ALL_INPUT_AND_WEIGHT_TENSORS(AddInput);
210 #undef AddInput
  /external/tensorflow/tensorflow/core/graph/
graph.cc 509 void AddInput(NodeDef* dst, StringPiece src_name, int src_slot) {
584 AddInput(node_def, src->name(), edge->src_output());
graph_partition.cc 157 void AddInput(NodeDef* dst, StringPiece src_name, int src_slot) {
    [all...]
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node.h 346 void AddInput(const string& input, int64 output_index, int input_idx) {
  /art/compiler/optimizing/
nodes.cc 486 preheader_phi->AddInput(orig_input);
497 preheader_phi->AddInput(input);
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc     [all...]

Completed in 819 milliseconds