Home
last modified time | relevance | path

Searched defs:SetOutputs (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/c/
Dc_test_util.cc479 void CSession::SetOutputs(std::initializer_list<TF_Operation*> outputs) { in SetOutputs() function in CSession
488 void CSession::SetOutputs(const std::vector<TF_Output>& outputs) { in SetOutputs() function in CSession
/external/tensorflow/tensorflow/lite/
Dinterpreter.cc173 TfLiteStatus Interpreter::SetOutputs(std::vector<int> outputs) { in SetOutputs() function in tflite::Interpreter
/external/tensorflow/tensorflow/core/kernels/
Dfunctional_ops.cc96 Status SetOutputs(const OpKernel* kernel, OpKernelContext* ctx, in SetOutputs() function
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc546 TfLiteStatus Subgraph::SetOutputs(std::vector<int> outputs) { in SetOutputs() function in tflite::Subgraph