Home
last modified time | relevance | path

Searched defs:CacheKey (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcompilation_cache.h51 using CacheKey = int64; variable
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder_test.cc72 TEST(AttrTypeMap, CacheKey) { in TEST() argument
Dattr_builder.cc235 tensorflow::Fprint128 AttrBuilder::CacheKey(const string& device) { in CacheKey() function in tensorflow::AttrBuilder
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryDependenceAnalysis.cpp790 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local
816 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local
878 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1009 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local
1036 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local
1097 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() local
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp963 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local
990 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local
1051 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() local
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp803 std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned> CacheKey( in format() local
/external/tensorflow/tensorflow/python/eager/
Dfunction.py64 CacheKey = collections.namedtuple("CacheKey", [ variable
/external/v8/src/wasm/
Dmodule-compiler.cc205 using CacheKey = std::pair<bool, FunctionSig>; typedef in v8::internal::wasm::__anonc090e3370111::JSToWasmWrapperCache