Home
last modified time | relevance | path

Searched defs:assignment (Results 1 – 25 of 69) sorted by relevance

123

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmemory_management.cc38 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()
Dmemory_management_test.cc64 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/
Dstream_assignment_test.cc61 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/
Dequality_assignment.h37 ObjectsAssignment<TensorSizeT>* assignment) { in EqualityAssignmentWithHash()
82 ObjectsAssignment<TensorSizeT>* assignment) { in EqualityAssignment()
Dmin_cost_flow_assignment.cc131 void CalculateAssignment(ObjectsAssignment<size_t>* assignment) { in CalculateAssignment()
184 ObjectsAssignment<size_t>* assignment) { in AssignTensorsToNewSharedObject()
220 ObjectsAssignment<size_t>* assignment) { in MinCostFlowAssignment()
Dnaive_assignment.h37 ObjectsAssignment<TensorSizeT>* assignment) { in NaiveAssignment()
Dgreedy_by_size_assignment.cc71 size_t base_addr_align_bytes, OffsetsAssignment* assignment) { in GreedyBySizeAssignment()
170 ObjectsAssignment<size_t>* assignment) { in GreedyBySizeDistPriorityAssignment()
Dgreedy_in_order_assignment.h151 ObjectsAssignment<TensorSizeT>* assignment) { in GreedyInOrderAssignmentMultidimensional()
/external/boringssl/src/util/
Dmake_errors.go186 type assignment struct { struct
187 key string
188 value int
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc322 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 …]
Dcomputation_placer.cc97 auto assignment = absl::make_unique<DeviceAssignment>( in Deserialize() local
136 DeviceAssignment assignment(replica_count, computation_count); in AssignDevices() local
Dhlo_proto_util.cc26 const BufferAssignment& assignment) { in MakeHloProto()
Dbuffer_assignment.cc932 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/
DTranslatorMetal.cpp63 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
DTranslatorMetalDirect.cpp271 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/
Dnullptr.mm12 void assignment(A *a) { function
/external/tensorflow/tensorflow/compiler/xla/tools/
Ddriver.cc213 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/
Dalias_analysis.h34 AliasAnalysis(const HloModule& module, const BufferAssignment& assignment, in AliasAnalysis()
Ddynamic_update_slice_util.cc58 const BufferAssignment& assignment) { in CanUpdateDynamicSliceInPlace()
67 const BufferAssignment& assignment) { in CanEmitFusedDynamicUpdateSliceInPlace()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslOpMap.cpp44 TOperator HlslOpMap::assignment(EHlslTokenClass op) in assignment() function in glslang::HlslOpMap
/external/deqp-deps/glslang/glslang/HLSL/
DhlslOpMap.cpp44 TOperator HlslOpMap::assignment(EHlslTokenClass op) in assignment() function in glslang::HlslOpMap
/external/jcommander/src/main/java/com/beust/jcommander/
DDynamicParameter.java47 String assignment() default "="; in assignment() method
/external/mesa3d/src/compiler/glsl/
Dlower_discard.cpp159 ir_assignment *assignment = in replace_discard() local
/external/deqp/external/openglcts/modules/common/
DglcShaderMultisampleInterpolationTests.cpp67 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/
Dmhlo_to_lhlo_with_xla.h45 LhloDialectEmitter(const xla::BufferAssignment& assignment, in LhloDialectEmitter()

123