Home
last modified time | relevance | path

Searched defs:support_constant_tf_inputs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/
H A Dflags.h202 virtual bool support_constant_tf_inputs() const { return false; } in support_constant_tf_inputs() function
/aosp_15_r20/external/federated-compute/fcp/client/engine/
H A Dsimple_plan_engine.cc47 const bool support_constant_tf_inputs) in SimplePlanEngine()