Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tfrt/eager/
Dfunction_cache.h131 struct CacheKey { struct
134 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.h48 using CacheKey = int64_t; variable
/external/skia/src/gpu/ganesh/
DGrDDLContext.cpp68 typedef const GrProgramDesc CacheKey; typedef in GrDDLContext::ProgramInfoMap
/external/perfetto/ui/src/frontend/
Dtrack_cache.ts56 export class CacheKey { class
/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.cc415 struct CacheKey { struct
416 CacheKey(int64_t handle, InferenceContext context, in CacheKey() function
419 int64_t handle;
420 InferenceContext context;
421 PostorderDFSNodeType type;
/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-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/tensorflow/tensorflow/dtensor/cc/
Ddtensor_device_util.cc258 tensorflow::Fprint128 TensorWithLayout::CacheKey() const { in CacheKey() function in tensorflow::dtensor::TensorWithLayout
395 tensorflow::Fprint128 ResourceHandleWithLayout::CacheKey() const { in CacheKey() function in tensorflow::dtensor::ResourceHandleWithLayout
/external/cronet/net/http/
Dhttp_transaction_test_util.cc218 std::string MockHttpRequest::CacheKey() { in CacheKey() function in net::MockHttpRequest
/external/skia/src/core/
DSkVMBlitter.cpp444 SkVMBlitter::Key SkVMBlitter::CacheKey( in CacheKey() function in SkVMBlitter
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp803 std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned> CacheKey( in format() local