Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-import-wrapper-cache.h26 struct CacheKey { struct
27 CacheKey(const compiler::WasmImportCallKind& _kind, const FunctionSig* _sig, in CacheKey() argument
47 size_t operator()(const CacheKey& key) const { in operator() argument
Dwasm-subtyping.cc17 using CacheKey = typedef
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompilation_cache.h51 using CacheKey = int64; variable
/external/tensorflow/tensorflow/lite/experimental/ruy/
Dprepacked_cache.h84 using CacheKey = std::pair<void *, void *>; variable
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder_test.cc73 TEST(AttrTypeMap, CacheKey) { in TEST() argument
Dattr_builder.cc265 tensorflow::Fprint128 AttrBuilder::CacheKey(const StringPiece device) { in CacheKey() function in tensorflow::AttrBuilder
/external/skia/src/gpu/
DGrDDLContext.cpp105 typedef const GrProgramDesc CacheKey; typedef in GrDDLContext::ProgramInfoMap
/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/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/skia/src/core/
DSkVMBlitter.cpp113 static Key CacheKey(const Params& params, in CacheKey() function
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp803 std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned> CacheKey( in format() local
/external/tensorflow/tensorflow/python/eager/
Dfunction.py128 CacheKey = collections.namedtuple("CacheKey", [ variable