Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/
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 …]
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_compilation_cache.h136 struct CompiledSubgraph : public core::RefCounted { struct
160 EntryRefImpl(XRTCompilationCache* parent, CompiledSubgraph* entry); argument