Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tfrt/eager/
Dfunction_cache.h125 struct CacheKey { struct
128 bool operator==(const CacheKey& other) const { argument
Dop_cache.h80 CacheKey(string_view op_name, OpHandler* op_handler, in CacheKey() function
87 CacheKey(const CacheKey& other) in CacheKey() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompilation_cache.h51 using CacheKey = int64; variable
/external/skia/src/gpu/
DGrDDLContext.cpp68 typedef const GrProgramDesc CacheKey; typedef in GrDDLContext::ProgramInfoMap
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder_test.cc75 TEST(AttrTypeMap, CacheKey) { in TEST() argument
Dattr_builder.cc300 tensorflow::Fprint128 AttrBuilder::CacheKey(const StringPiece device) { in CacheKey() function in tensorflow::AttrBuilder
/external/tensorflow/tensorflow/compiler/xla/client/
Dvalue_inference.cc377 struct CacheKey { struct
378 CacheKey(int64 handle, InferenceContext context, PostorderDFSNodeType type) in CacheKey() argument
380 int64 handle;
381 InferenceContext context;
382 PostorderDFSNodeType type;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1011 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local
1038 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local
1099 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/skia/src/core/
DSkVMBlitter.cpp437 SkVMBlitter::Key SkVMBlitter::CacheKey( in CacheKey() function in SkVMBlitter
/external/tensorflow/tensorflow/python/eager/
Dfunction.py154 CacheKey = collections.namedtuple("CacheKey", [ variable