Home
last modified time | relevance | path

Searched refs:large_tensor_threshold_for_dynamic_allocation (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/engine/
H A Dtflite_plan_engine.cc67 .large_tensor_threshold_for_dynamic_allocation = in CreateOptions()
68 flags.large_tensor_threshold_for_dynamic_allocation(), in CreateOptions()
H A Dtflite_wrapper.h49 int32_t large_tensor_threshold_for_dynamic_allocation = 0; member
H A Dtflite_wrapper_test.cc59 .large_tensor_threshold_for_dynamic_allocation = 1000};
H A Dtflite_plan_engine_test.cc90 EXPECT_CALL(mock_flags_, large_tensor_threshold_for_dynamic_allocation()) in SetUp()
/aosp_15_r20/external/federated-compute/fcp/client/
H A Dflags.h144 virtual int32_t large_tensor_threshold_for_dynamic_allocation() const { in large_tensor_threshold_for_dynamic_allocation() function
H A Dtest_helpers.h599 MOCK_METHOD(int32_t, large_tensor_threshold_for_dynamic_allocation, (),