Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dcompiled_subgraph.h105 struct CompiledSubgraph : public core::RefCounted { struct
106 TpuCompilationCacheInterface* parent = nullptr; // Not owned.
108 bool initialized = false;
113 Status initialization_status;
116 int64_t last_use = -1;
119 std::string subgraph_key;
144 std::unique_ptr<CompiledSubgraph> sharding_entry; argument
145 std::unique_ptr<CompiledSubgraph> unsharding_entry; argument
149 CompiledSubgraph* main_entry = nullptr; argument
152 std::unique_ptr<TpuProgramGroupInterface> tpu_program_group;
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/
H A Dxrt_compilation_cache.h136 struct CompiledSubgraph : public core::RefCounted { struct
160 EntryRefImpl(XRTCompilationCache* parent, CompiledSubgraph* entry); argument