Home
last modified time | relevance | path

Searched refs:MutableInputs (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/flex/
Dkernel.cc269 for (tensorflow::TensorHandle* h : *op_->MutableInputs()) { in ClearEagerInputs()
272 op_->MutableInputs()->clear(); in ClearEagerInputs()
289 op_->MutableInputs()->push_back(handle); in BuildEagerInputs()
296 op_->MutableInputs()->push_back(handle); in BuildEagerInputs()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_operation.h52 MutableInputs() { in MutableInputs() function
Dexecute.cc193 &((*op->MutableInputs())[i]))); in ValidateInputTypeAndPlacement()
677 /* run_metadata= */ nullptr, &(*op->MutableInputs())[i])); in EagerRemoteExecute()