Home
last modified time | relevance | path

Searched defs:SetInputs (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/profiling/
Dprofile_summarizer_test.cc78 void SetInputs(int32_t x, int32_t y) { in SetInputs() function in tflite::profiling::__anon9090bee60111::SimpleOpModel
/external/tensorflow/tensorflow/lite/
Dinterpreter.cc86 TfLiteStatus Interpreter::SetInputs(std::vector<int> inputs) { in SetInputs() function in tflite::Interpreter
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparallel_interleave_dataset_op.cc543 void SetInputs(const Status& s, std::vector<Tensor> input_arguments) { in SetInputs() function
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc373 TfLiteStatus Subgraph::SetInputs(std::vector<int> inputs) { in SetInputs() function in tflite::Subgraph
/external/tensorflow/tensorflow/c/
Dc_test_util.cc469 void CSession::SetInputs( in SetInputs() function in CSession