Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dinterpreter.cc463 if (options->GetDynamicAllocationForLargeTensors() > 0) { in ApplyOptionsImpl()
466 options->GetDynamicAllocationForLargeTensors()); in ApplyOptionsImpl()
H A Dinterpreter_options.h75 int GetDynamicAllocationForLargeTensors() { in GetDynamicAllocationForLargeTensors() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.h429 return (options_ && (options_->GetDynamicAllocationForLargeTensors() > 0)); in ShouldOptimizeMemoryForLargeTensors()