Searched refs:start_batch (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/fp32/ |
D | arithmetic_fp32_coder.cc | 361 int start_batch = batch_per_thread * task_id; in BatchScalarCalc() local 362 int end_batch = MSMIN(start_batch + batch_per_thread, batch); in BatchScalarCalc() 363 int batch_size = end_batch - start_batch; in BatchScalarCalc() 369 int offset0 = stride0 * start_batch; in BatchScalarCalc() 370 int offset1 = stride1 * start_batch; in BatchScalarCalc() 371 int out_offset = out_stride * start_batch; in BatchScalarCalc() 389 int start_batch = batch_per_thread * task_id; in BiasCalc() local 390 int end_batch = MSMIN(start_batch + batch_per_thread, batch); in BiasCalc() 391 int batch_size = end_batch - start_batch; in BiasCalc() 394 int offset = stride * start_batch; in BiasCalc()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/ |
D | arithmetic_fp32.cc | 314 int start_batch = batch_per_thread * task_id; in BatchScalarCalc() local 315 int end_batch = MSMIN(start_batch + batch_per_thread, batch); in BatchScalarCalc() 316 int batch_size = end_batch - start_batch; in BatchScalarCalc() 322 int offset0 = stride0 * start_batch; in BatchScalarCalc() 323 int offset1 = stride1 * start_batch; in BatchScalarCalc() 324 int out_offset = out_stride * start_batch; in BatchScalarCalc() 346 int start_batch = batch_per_thread * task_id; in BiasCalc() local 347 int end_batch = MSMIN(start_batch + batch_per_thread, batch); in BiasCalc() 348 int batch_size = end_batch - start_batch; in BiasCalc() 351 int offset = stride * start_batch; in BiasCalc()
|
/third_party/grpc/src/objective-c/GRPCClient/ |
D | GRPCCallLegacy.m | 60 // - start_batch 63 // start_batch with a SEND_MESSAGE argument can only be called after the 68 // Similarly, start_batch with a RECV_MESSAGE argument can only be called after 71 // start_batch is enqueued once upon receiving the OP_COMPLETE event for the
|
/third_party/grpc/src/core/lib/surface/ |
D | call.cc | 106 grpc_closure start_batch; member 689 grpc_closure start_batch; member 721 execute_batch(c, op, &state->start_batch); in cancel_with_error() 1936 execute_batch(call, stream_op, &bctl->start_batch); in call_start_batch()
|
/third_party/grpc/doc/core/ |
D | combiner-explainer.md | 94 `start_batch(..., tag)` and then work only gets activated by somebody
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/ |
D | call.pyx.pxi | 103 invoke start_batch. However, if either side is streaming, the grpc_call
|