/third_party/typescript/tests/baselines/reference/ |
D | recursiveArrayNotCircular.types | 20 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[]; }
|
D | recursiveArrayNotCircular.symbols | 26 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))
|
D | recursiveArrayNotCircular.js | 8 Batch 15 | Action<ActionType.Batch, ReducerAction[]> 32 case ActionType.Batch: 61 case ActionType.Batch:
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCStroker.h | 86 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;
|
D | GrCCFiller.h | 92 struct Batch { struct 116 SkSTArray<32, Batch, true> fBatches; argument
|
/third_party/typescript/tests/cases/compiler/ |
D | recursiveArrayNotCircular.ts | 7 Batch 14 | Action<ActionType.Batch, ReducerAction[]> 31 case ActionType.Batch:
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/ |
D | convolution_depthwise_fp32.cc | 31 … 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()
|
D | convolution_depthwise_slidewindow_x86_fp32.cc | 68 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()
|
D | convolution_depthwise_indirect_fp32.cc | 47 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()
|
D | convolution_depthwise_3x3_fp32.cc | 33 int channel = weight_tensor->Batch(); in Init() 117 int channel = weight_tensor->Batch(); in PackWeight() 125 int channel = weight_tensor->Batch(); in MallocWeightBiasData()
|
D | convolution_depthwise_slidewindow_fp32.cc | 64 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()
|
D | group_convolution_fp32.cc | 26 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/ |
D | space_to_batch_nd.cc | 68 …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/ |
D | convolution_depthwise_fp16.cc | 31 … 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()
|
D | convolution_depthwise_3x3_fp16.cc | 31 int channel = weight_tensor->Batch(); in PackWeight() 40 int channel = weight_tensor->Batch(); in MallocWeightBiasData() 71 int channel = weight_tensor->Batch(); in Init()
|
D | convolution_fp16.cc | 33 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()
|
D | convolution_depthwise_slidewindow_fp16.cc | 62 … 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/ |
D | c_api_vision_a_to_q_test.cc | 146 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 …]
|
D | batch_op_test.cc | 52 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/ |
D | IndirectDrawValidationEncoder.cpp | 196 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/ |
D | deconvolution_fp32_tests.cc | 337 …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/ |
D | shadow.log | 15 Batch: 35 Batch:
|
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/fp32/ |
D | pooling_fp32_coder.cc | 33 pooling_parameter->input_batch_ = input_tensor_->Batch(); in DoCode() 37 pooling_parameter->output_batch_ = output_tensor_->Batch(); in DoCode()
|
D | convolution_depthwise_fp32_coder.cc | 35 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/ |
D | pooling_int8_coder.cc | 37 pooling_parameter->input_batch_ = in_tensor->Batch(); in DoCode() 41 pooling_parameter->output_batch_ = out_tensor->Batch(); in DoCode()
|