/external/tensorflow/tensorflow/core/tfrt/eager/ |
D | function_cache.h | 125 struct CacheKey { struct 128 bool operator==(const CacheKey& other) const { argument
|
D | op_cache.h | 80 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/ |
D | compilation_cache.h | 51 using CacheKey = int64; variable
|
/external/skia/src/gpu/ |
D | GrDDLContext.cpp | 68 typedef const GrProgramDesc CacheKey; typedef in GrDDLContext::ProgramInfoMap
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | attr_builder_test.cc | 75 TEST(AttrTypeMap, CacheKey) { in TEST() argument
|
D | attr_builder.cc | 300 tensorflow::Fprint128 AttrBuilder::CacheKey(const StringPiece device) { in CacheKey() function in tensorflow::AttrBuilder
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | value_inference.cc | 377 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/ |
D | MemoryDependenceAnalysis.cpp | 1011 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/ |
D | MemoryDependenceAnalysis.cpp | 963 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/ |
D | UnwrappedLineFormatter.cpp | 803 std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned> CacheKey( in format() local
|
/external/skia/src/core/ |
D | SkVMBlitter.cpp | 437 SkVMBlitter::Key SkVMBlitter::CacheKey( in CacheKey() function in SkVMBlitter
|
/external/tensorflow/tensorflow/python/eager/ |
D | function.py | 154 CacheKey = collections.namedtuple("CacheKey", [ variable
|