Home
last modified time | relevance | path

Searched refs:set_output_tensor_dynamic_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/
H A Ddelegate_test_util.cc160 set_output_tensor_dynamic_(set_output_tensor_dynamic) { in SimpleDelegate()
331 } else if (set_output_tensor_dynamic_) { in FakeFusedRegistration()
H A Ddelegate_test_util.h87 bool set_output_tensor_dynamic_ = false; variable