Home
last modified time | relevance | path

Searched refs:Batch (Results 1 – 25 of 124) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
DrecursiveArrayNotCircular.types20 Batch
21 >Batch : ActionType.Batch
36 | Action<ActionType.Batch, ReducerAction[]>
94 case ActionType.Batch:
95 >ActionType.Batch : ActionType.Batch
97 >Batch : ActionType.Batch
103 >action : { type: ActionType.Batch; payload: ReducerAction[]; }
DrecursiveArrayNotCircular.symbols26 Batch
27 >Batch : Symbol(ActionType.Batch, Decl(recursiveArrayNotCircular.ts, 5, 8))
48 | Action<ActionType.Batch, ReducerAction[]>
51 >Batch : Symbol(ActionType.Batch, Decl(recursiveArrayNotCircular.ts, 5, 8))
108 case ActionType.Batch:
109 >ActionType.Batch : Symbol(ActionType.Batch, Decl(recursiveArrayNotCircular.ts, 5, 8))
111 >Batch : Symbol(ActionType.Batch, Decl(recursiveArrayNotCircular.ts, 5, 8))
DrecursiveArrayNotCircular.js8 Batch
15 | Action<ActionType.Batch, ReducerAction[]>
32 case ActionType.Batch:
61 case ActionType.Batch:
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCStroker.h86 struct Batch { struct
87 Batch(GrTAllocator<InstanceTallies>* alloc, const InstanceTallies& startNonScissorIndices, in Batch() function
97 void appendStrokeMeshesToBuffers(int numSegmentsLog2, const Batch&, argument
105 const GrCCCoverageProcessor&, const Batch&,
111 SkSTArray<32, Batch> fBatches;
DGrCCFiller.h92 struct Batch { struct
116 SkSTArray<32, Batch, true> fBatches; argument
/third_party/typescript/tests/cases/compiler/
DrecursiveArrayNotCircular.ts7 Batch
14 | Action<ActionType.Batch, ReducerAction[]>
31 case ActionType.Batch:
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dconvolution_depthwise_fp32.cc31 … int pack_weight_size = weight_tensor->Batch() * weight_tensor->Height() * weight_tensor->Width(); in Init()
105 weight_tensor->Height() * weight_tensor->Width(), weight_tensor->Batch()); in PackWeight()
110 int channel = weight_tensor->Batch(); in MallocWeightBiasData()
111 int pack_weight_size = weight_tensor->Batch() * weight_tensor->Height() * weight_tensor->Width(); in MallocWeightBiasData()
Dconvolution_depthwise_slidewindow_x86_fp32.cc68 int oc_algin = UP_DIV(weight_tensor->Batch(), oc_tile_); in Init()
169 int oc_algin = UP_DIV(weight_tensor->Batch(), oc_tile_); in PackWeight()
172 …PackNHWCToNXHWCXFp32(weight_tensor->Height(), weight_tensor->Width(), weight_tensor->Batch(), oc_a… in PackWeight()
179 int oc_algin = UP_DIV(weight_tensor->Batch(), oc_tile_); in MallocWeightBiasData()
Dconvolution_depthwise_indirect_fp32.cc47 int batch_flag = UP_DIV(weight_tensor->Batch(), div_flag); in Init()
182 … weight_tensor->Height(), weight_tensor->Width(), weight_tensor->Batch()); in PackWeight()
185 … weight_tensor->Height(), weight_tensor->Width(), weight_tensor->Batch()); in PackWeight()
196 int batch_flag = UP_DIV(weight_tensor->Batch(), div_flag); in MallocWeightBiasData()
Dconvolution_depthwise_3x3_fp32.cc33 int channel = weight_tensor->Batch(); in Init()
117 int channel = weight_tensor->Batch(); in PackWeight()
125 int channel = weight_tensor->Batch(); in MallocWeightBiasData()
Dconvolution_depthwise_slidewindow_fp32.cc64 int OC4 = UP_DIV(weight_tensor->Batch(), C4NUM); in Init()
168 weight_tensor->Height() * weight_tensor->Width(), weight_tensor->Batch()); in PackWeight()
173 int OC4 = UP_DIV(weight_tensor->Batch(), C4NUM); in MallocWeightBiasData()
Dgroup_convolution_fp32.cc26 int in_plane = in_tensor->Height() * in_tensor->Width() * in_tensor->Batch(); in SeparateInput()
47 int out_plane = out_tensor->Height() * out_tensor->Width() * out_tensor->Batch(); in PostConcat()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Dspace_to_batch_nd.cc68 …c_size = {(cl_int)CI4, in_tensors_[0]->Width(), in_tensors_[0]->Height(), in_tensors_[0]->Batch()}; in SetConstArgs()
69 …ize = {(cl_int)CO4, out_tensors_[0]->Width(), out_tensors_[0]->Height(), out_tensors_[0]->Batch()}; in SetConstArgs()
95 …ize = {(cl_int)CO4, out_tensors_[0]->Width(), out_tensors_[0]->Height(), out_tensors_[0]->Batch()}; in SetGlobalLocal()
98 (size_t)dst_size.s[2] * (size_t)(in_tensors_[0]->Batch())}; in SetGlobalLocal()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Dconvolution_depthwise_fp16.cc31 … weight_tensor->Height() * weight_tensor->Width(), weight_tensor->Batch(), 0, 0); in PackWeight()
36 int channel = weight_tensor->Batch(); in MallocWeightBiasData()
65 int channel = weight_tensor->Batch(); in Init()
Dconvolution_depthwise_3x3_fp16.cc31 int channel = weight_tensor->Batch(); in PackWeight()
40 int channel = weight_tensor->Batch(); in MallocWeightBiasData()
71 int channel = weight_tensor->Batch(); in Init()
Dconvolution_fp16.cc33 int out_channel = filter_tensor->Batch(); in PackWeight()
44 int out_channel = filter_tensor->Batch(); in MallocWeightBiasData()
103 int out_channel = filter_tensor->Batch(); in Init()
Dconvolution_depthwise_slidewindow_fp16.cc62 … 1, weight_tensor->Height() * weight_tensor->Width(), weight_tensor->Batch()); in PackWeight()
67 int OC8 = UP_DIV(weight_tensor->Batch(), C8NUM); in MallocWeightBiasData()
101 int OC8 = UP_DIV(weight_tensor->Batch(), C8NUM); in Init()
/third_party/mindspore/tests/ut/cpp/dataset/
Dc_api_vision_a_to_q_test.cc146 ds = ds->Batch(batch_size); in TEST_F()
195 ds = ds->Batch(batch_size); in TEST_F()
244 ds = ds->Batch(batch_size); in TEST_F()
290 ds = ds->Batch(batch_size); in TEST_F()
386 ds = ds->Batch(batch_size); in TEST_F()
447 ds = ds->Batch(batch_size); in TEST_F()
507 ds = ds->Batch(batch_size); in TEST_F()
542 ds = ds->Batch(batch_size); in TEST_F()
577 ds = ds->Batch(batch_size); in TEST_F()
611 ds = ds->Batch(batch_size); in TEST_F()
[all …]
Dbatch_op_test.cc52 const std::shared_ptr<de::BatchOp> &op = Batch(12); in TEST_F()
88 auto op3 = Batch(7, true); in TEST_F()
138 auto op3 = Batch(7, false); in TEST_F()
194 auto op2 = Batch(7, false); in TEST_F()
247 auto op2 = Batch(5, true); in TEST_F()
314 std::shared_ptr<BatchOp> op = Batch(batch_size, drop, m); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DIndirectDrawValidationEncoder.cpp196 struct Batch { in EncodeIndirectDrawValidationCommands() struct
213 std::vector<Batch> batches; in EncodeIndirectDrawValidationCommands()
243 Batch newBatch; in EncodeIndirectDrawValidationCommands()
304 for (Batch& batch : pass.batches) { in EncodeIndirectDrawValidationCommands()
363 for (const Batch& batch : pass.batches) { in EncodeIndirectDrawValidationCommands()
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Ddeconvolution_fp32_tests.cc337 …PackNCHWToNHWCFp32(in_nchw, in_t->MutableData(), in_t->Batch(), in_t->Width() * in_t->Height(), in… in DeConvTestInit1()
360 …PackNCHWToNHWCFp32(weight_nchw, weight_t->MutableData(), weight_t->Batch(), weight_t->Width() * we… in DeConvTestInit1()
466 …PackNCHWToNHWCFp32(nchw_co, *correct, out_t->Batch(), out_t->Width() * out_t->Height(), out_t->Cha… in DeConvTestInit1()
535 …PackNCHWToNHWCFp32(nchw_co, *correct, out_t->Batch(), out_t->Width() * out_t->Height(), out_t->Cha… in DeConvTestInit2()
576 PackNCHWToNHWCFp32(in_nchw, reinterpret_cast<float *>(in_t->MutableData()), in_t->Batch(), in DeConvTestInit3()
587 …PackNCHWToNHWCFp32(w_nchw, weight_t->MutableData(), weight_t->Batch(), weight_t->Width() * weight_… in DeConvTestInit3()
615 …PackNCHWToNHWCFp32(nchw_co, *correct, out_t->Batch(), out_t->Width() * out_t->Height(), out_t->Cha… in DeConvTestInit3()
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
Dshadow.log15 Batch:
35 Batch:
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/fp32/
Dpooling_fp32_coder.cc33 pooling_parameter->input_batch_ = input_tensor_->Batch(); in DoCode()
37 pooling_parameter->output_batch_ = output_tensor_->Batch(); in DoCode()
Dconvolution_depthwise_fp32_coder.cc35 int channel = filter_tensor_->Batch(); in InitWeightBias()
36 …size_t pack_weight_size = filter_tensor_->Batch() * filter_tensor_->Height() * filter_tensor_->Wid… in InitWeightBias()
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/int8/
Dpooling_int8_coder.cc37 pooling_parameter->input_batch_ = in_tensor->Batch(); in DoCode()
41 pooling_parameter->output_batch_ = out_tensor->Batch(); in DoCode()

12345