/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | memory_management.cc | 38 size_t TotalSize(const ObjectsAssignment<size_t>& assignment) { in TotalSize() 64 ObjectsAssignment<size_t>* assignment) { in BestGreedy() 78 MemoryStrategy strategy, ObjectsAssignment<size_t>* assignment, in AssignObjectsToTensors() 106 MemoryStrategy strategy, ObjectsAssignment<BHWC>* assignment, in AssignObjectsToTensors() 123 MemoryStrategy strategy, ObjectsAssignment<uint2>* assignment, in AssignObjectsToTensors() 142 MemoryStrategy strategy, ObjectsAssignment<uint3>* assignment, in AssignObjectsToTensors() 160 const MemoryStrategy& strategy, OffsetsAssignment* assignment, in AssignOffsetsToTensors()
|
D | memory_management_test.cc | 64 ObjectsAssignment<size_t> assignment; in TEST() local 111 ObjectsAssignment<size_t> assignment; in TEST() local 166 ObjectsAssignment<size_t> assignment; in TEST() local 224 ObjectsAssignment<size_t> assignment; in TEST() local 284 ObjectsAssignment<BHWC> assignment; in TEST() local 317 ObjectsAssignment<uint2> assignment; in TEST() local 355 ObjectsAssignment<uint3> assignment; in TEST() local
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | stream_assignment_test.cc | 61 std::unique_ptr<StreamAssignment> assignment = AssignStreams(*module); in TEST_F() local 82 std::unique_ptr<StreamAssignment> assignment = AssignStreams(*module); in TEST_F() local 126 std::unique_ptr<StreamAssignment> assignment = AssignStreams(*module); in TEST_F() local
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/ |
D | equality_assignment.h | 37 ObjectsAssignment<TensorSizeT>* assignment) { in EqualityAssignmentWithHash() 82 ObjectsAssignment<TensorSizeT>* assignment) { in EqualityAssignment()
|
D | min_cost_flow_assignment.cc | 131 void CalculateAssignment(ObjectsAssignment<size_t>* assignment) { in CalculateAssignment() 184 ObjectsAssignment<size_t>* assignment) { in AssignTensorsToNewSharedObject() 220 ObjectsAssignment<size_t>* assignment) { in MinCostFlowAssignment()
|
D | naive_assignment.h | 37 ObjectsAssignment<TensorSizeT>* assignment) { in NaiveAssignment()
|
D | greedy_by_size_assignment.cc | 71 size_t base_addr_align_bytes, OffsetsAssignment* assignment) { in GreedyBySizeAssignment() 170 ObjectsAssignment<size_t>* assignment) { in GreedyBySizeDistPriorityAssignment()
|
D | greedy_in_order_assignment.h | 151 ObjectsAssignment<TensorSizeT>* assignment) { in GreedyInOrderAssignmentMultidimensional()
|
/external/boringssl/src/util/ |
D | make_errors.go | 186 type assignment struct { struct 187 key string 188 value int
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_assignment_test.cc | 322 const BufferAssignment& assignment) { in BuffersDistinct() 1155 auto assignment = RunBufferAssignment(module.get()); in TEST_F() local 1184 auto assignment = RunBufferAssignment(module.get()); in TEST_F() local 1217 auto assignment = RunBufferAssignment(module.get()); in TEST_F() local 1254 auto assignment = RunBufferAssignment(module.get()); in TEST_F() local 1289 auto assignment = RunBufferAssignment(module.get()); in TEST_F() local 1321 auto assignment = RunBufferAssignment(module.get()); in TEST_F() local 1359 auto assignment = RunBufferAssignment(module.get()); in TEST_F() local 1403 auto assignment = RunBufferAssignment(module.get()); in TEST_F() local 1462 auto assignment = RunBufferAssignment(module.get()); in TEST_F() local [all …]
|
D | computation_placer.cc | 97 auto assignment = absl::make_unique<DeviceAssignment>( in Deserialize() local 136 DeviceAssignment assignment(replica_count, computation_count); in AssignDevices() local
|
D | hlo_proto_util.cc | 26 const BufferAssignment& assignment) { in MakeHloProto()
|
D | buffer_assignment.cc | 932 BufferAssignment* assignment) { in LiveRangeInterferes() 999 BufferAssignment* assignment) { in MaybeAssignBuffer() 1117 BufferAssignment* assignment) { in AssignSingleHloBuffer() 1256 BufferAssignment* assignment) { in AssignBuffersForComputations() 1371 BufferAssignment* assignment) { in AssignPresetBuffers() 1423 bool run_whole_module_heap_simulation, BufferAssignment* assignment) { in AssignBuffersWithSequentialOrdering() 1607 const HeapSimulator::Result<HloValue>& result, BufferAssignment* assignment, in AssignBuffersFromHeapSimulator() 1670 std::unique_ptr<BufferAssignment> assignment(new BufferAssignment( in CreateAssignment() local
|
/external/angle/src/compiler/translator/ |
D | TranslatorMetal.cpp | 63 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionYLHS, inverseY); in AppendVertexShaderPositionYCorrectionToMain() local 202 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, zScale); in transformDepthBeforeCorrection() local 311 TIntermBinary *assignment = in insertRasterizerDiscardLogic() local
|
D | TranslatorMetalDirect.cpp | 271 TIntermBinary *assignment = new TIntermBinary(EOpInitialize, flippedBuiltinRef, aggregate); in RotateAndFlipBuiltinVariable() local 405 TIntermBinary *assignment = in AddFragDataDeclaration() local 448 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionYLHS, inverseY); in AppendVertexShaderPositionYCorrectionToMain() local 552 TIntermBinary *assignment = in insertRasterizationDiscardLogic() local 586 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, zScale); in transformDepthBeforeCorrection() local 618 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, halfZPlusW); in appendVertexShaderDepthCorrectionToMain() local
|
/external/clang/test/SemaObjCXX/ |
D | nullptr.mm | 12 void assignment(A *a) { function
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | driver.cc | 213 std::string BufferAssignmentToString(const BufferAssignment& assignment) { in BufferAssignmentToString() 232 explicit BufferTable(BufferAssignment assignment) : assignment_(assignment) { in BufferTable() 277 BufferAssignment assignment; in ParseBufferAssignment() local 462 BufferAssignment assignment = ParseBufferAssignment(arg); in main() local
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | alias_analysis.h | 34 AliasAnalysis(const HloModule& module, const BufferAssignment& assignment, in AliasAnalysis()
|
D | dynamic_update_slice_util.cc | 58 const BufferAssignment& assignment) { in CanUpdateDynamicSliceInPlace() 67 const BufferAssignment& assignment) { in CanEmitFusedDynamicUpdateSliceInPlace()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslOpMap.cpp | 44 TOperator HlslOpMap::assignment(EHlslTokenClass op) in assignment() function in glslang::HlslOpMap
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslOpMap.cpp | 44 TOperator HlslOpMap::assignment(EHlslTokenClass op) in assignment() function in glslang::HlslOpMap
|
/external/jcommander/src/main/java/com/beust/jcommander/ |
D | DynamicParameter.java | 47 String assignment() default "="; in assignment() method
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_discard.cpp | 159 ir_assignment *assignment = in replace_discard() local
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderMultisampleInterpolationTests.cpp | 67 std::string const& qualifier = "", std::string const& assignment = "", in specializeVersion() 250 char const* assignment, char const* condition, bool unique, GLenum internalFormat, in ShaderMultisampleInterpolationBaseCase() 607 char const* assignment; in init() member
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | mhlo_to_lhlo_with_xla.h | 45 LhloDialectEmitter(const xla::BufferAssignment& assignment, in LhloDialectEmitter()
|