Home
last modified time | relevance | path

Searched refs:program_count (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_compilation_cache_rpc_support.cc87 CHECK_GE(tpu_program_group->program_count(), 0); in SerializeCacheEntryToBufferSlices()
89 CHECK_LT(cache_entry.core_index(), tpu_program_group->program_count()); in SerializeCacheEntryToBufferSlices()
H A Dtpu_program_group.cc87 CHECK_EQ(program_count(), 0) << "Reinitialization of an existing " in Initialize()
126 size_t TpuProgramGroup::program_count() const { return tpu_programs_.size(); } in program_count() function in tensorflow::tpu::TpuProgramGroup
H A Dtpu_compile_op_common.cc471 if (tpu_program_group->program_count() != 1) { in RegisterXLAFingerprints()
472 LOG(INFO) << "Found " << tpu_program_group->program_count() in RegisterXLAFingerprints()
H A Dtpu_program_group_interface.h45 virtual size_t program_count() const = 0;
H A Dtpu_compilation_cache_interface.cc468 bool compilation_success = entry->tpu_program_group->program_count() > 0; in CompileIfKeyAbsentHelper()
576 proto_index >= cache_entry->tpu_program_group->program_count()) { in Lookup()
H A Dtpu_compilation_cache_external.cc46 for (int i = 0; i < tpu_program_group.program_count(); ++i) { in PopulateEntry()
H A Dtpu_program_group.h113 size_t program_count() const override;