Home
last modified time | relevance | path

Searched refs:may_modify_variables_list (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_program_group_interface.h65 virtual const std::vector<bool>& may_modify_variables_list() const = 0;
H A Dtpu_program_group.h121 const std::vector<bool>& may_modify_variables_list() const override;
H A Dtpu_program_group.cc191 const std::vector<bool>& TpuProgramGroup::may_modify_variables_list() const { in may_modify_variables_list() function in tensorflow::tpu::TpuProgramGroup
H A Dtpu_compilation_cache_interface.cc508 *may_modify_variables = entry->tpu_program_group->may_modify_variables_list(); in CompileIfKeyAbsentHelper()