Searched defs:ValueId (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/ |
D | special_selector.cc | 34 const std::map<ValueId, TensorDescriptor>& tensor_descriptors, in TryDepthwiseConvPlus1x1Conv() 98 const std::map<ValueId, TensorDescriptor>& tensor_descriptors, in TryFCFCAdd() 188 const std::map<ValueId, TensorDescriptor>& tensor_descriptors, in GPUSubgraphFromGraph()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model.h | 39 using ValueId = uint32_t; variable
|
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | inference_context.cc | 73 std::map<ValueId, int2>* usage_records) { in AddUsage() 443 std::map<ValueId, int2>* usages) { in GetUsages() 657 const std::map<ValueId, id<MTLBuffer>>& preallocated) { in UpdatePreallocatedTensors()
|
D | inference_context.h | 187 void Add(const std::vector<std::pair<ValueId, TensorDescriptor>>& tensors) { in Add()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | inference_context.h | 202 void Add(const std::vector<std::pair<ValueId, TensorDescriptor>>& tensors) { in Add()
|
D | inference_context.cc | 88 std::map<ValueId, int2>* usage_records) { in AddUsage() 451 std::map<ValueId, int2>* usages) { in GetUsages()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5379 ModuleSummaryIndexBitcodeReader::getValueInfoFromValueId(unsigned ValueId) { in getValueInfoFromValueId() 5510 unsigned ValueId = 0; in parseModule() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5855 ModuleSummaryIndexBitcodeReader::getGUIDFromValueId(unsigned ValueId) { in getGUIDFromValueId() 5968 unsigned ValueId = 0; in parseModule() local
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5583 ModuleSummaryIndexBitcodeReader::getValueInfoFromValueId(unsigned ValueId) { in getValueInfoFromValueId() 5714 unsigned ValueId = 0; in parseModule() local
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 3437 unsigned ValueId = getValueId(I.first); in writeCombinedGlobalValueSummary() local
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFloatControlsTests.cpp | 116 enum ValueId enum
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 4000 auto ValueId = getValueId(I.first); in writeCombinedGlobalValueSummary() local
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 4106 auto ValueId = getValueId(I.first); in writeCombinedGlobalValueSummary() local
|