HomeSort by relevance Sort by last modified time
    Searched refs:FillIntTensor (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/lite/kernels/
subgraph_test_util_test.cc 48 FillIntTensor(interpreter_->tensor(interpreter_->inputs()[0]), {input1});
49 FillIntTensor(interpreter_->tensor(interpreter_->inputs()[1]), {input2});
71 FillIntTensor(interpreter_->tensor(interpreter_->inputs()[0]), {5, 7});
72 FillIntTensor(interpreter_->tensor(interpreter_->inputs()[1]), {1, 2});
86 FillIntTensor(interpreter_->tensor(interpreter_->inputs()[0]), {5, 7});
87 FillIntTensor(interpreter_->tensor(interpreter_->inputs()[1]), {1, 2});
101 FillIntTensor(interpreter_->tensor(interpreter_->inputs()[0]), {5, 7});
102 FillIntTensor(interpreter_->tensor(interpreter_->inputs()[1]), {1, 2});
118 FillIntTensor(interpreter_->tensor(interpreter_->inputs()[0]),
138 FillIntTensor(interpreter_->tensor(interpreter_->inputs()[0]), {1})
    [all...]
while_test.cc 28 using subgraph_test_util::FillIntTensor;
51 FillIntTensor(interpreter_->tensor(interpreter_->inputs()[0]), {1});
52 FillIntTensor(interpreter_->tensor(interpreter_->inputs()[1]), {1});
77 FillIntTensor(interpreter_->tensor(interpreter_->inputs()[0]), {1});
78 FillIntTensor(interpreter_->tensor(interpreter_->inputs()[1]), {5, 7});
if_test.cc 29 using subgraph_test_util::FillIntTensor;
48 FillIntTensor(interpreter_->tensor(interpreter_->inputs()[1]), {5, 7});
49 FillIntTensor(interpreter_->tensor(interpreter_->inputs()[2]), {1, 2});
82 FillIntTensor(interpreter_->tensor(interpreter_->inputs()[1]), {5, 7});
83 FillIntTensor(interpreter_->tensor(interpreter_->inputs()[2]), {1, 2});
subgraph_test_util.h 111 void FillIntTensor(TfLiteTensor* tensor, const std::vector<int32_t>& data);
subgraph_test_util.cc 372 void FillIntTensor(TfLiteTensor* tensor, const std::vector<int32_t>& data) {

Completed in 104 milliseconds