Home
last modified time | relevance | path

Searched defs:batch_num (Results 1 – 20 of 20) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dgeqrf_cpu_kernel.h68 size_t batch_num; variable
Dlu_solve_cpu_kernel.cc105 size_t batch_num = output_element_num / b_stride; in LaunchKernel() local
Dlu_unpack_cpu_kernel.cc207 int64_t batch_num = in LaunchKernel() local
/third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/test_tbe_ops/
Dtest_apply_adam.py27 … def __init__(self, batch_num, input_channels, output_channels, epoch, lr, weight_decay, epsilon): argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/fp32/
Dnon_max_suppression_fp32.cc112 int NonMaxSuppressionCPUKernel::Run_Selecte(bool simple_out, int box_num, int batch_num, int class_… in Run_Selecte()
231 int batch_num = score_dims.at(kBatchIndex); in Run() local
/third_party/mindspore/mindspore-src/source/tests/st/mem_reuse/
Dresnet_cifar_normal.py138 batch_num = dataset.get_dataset_size() variable
Dresnet_cifar_memreuse.py138 batch_num = dataset.get_dataset_size() variable
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/op/
Dvsl_compress_tensorrt.cc88 int batch_num = inputs[0].d[0]->getConstantValue(); in getOutputDimensions() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/perf/
Dprofiling.h98 int32_t batch_num; member
Dprofiling.cc101 void Tracing::Record(const int32_t type, const int32_t extra_info, const int32_t batch_num, const i… in Record()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/core/
Dconfig.py684 def set_sending_batches(batch_num): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dlu_unpack_impl.cu50 …rror_t TransposeEyeMatrix(S *lu_pivots_ptr, T *pivots_ptr, S *final_order, const int64_t batch_num, in TransposeEyeMatrix()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dlu_solve.cc157 int64_t batch_num = ctx.Output(0)->NumElements() / b_stride; in LuSolveCompute() local
Dlu_unpack.cc158 int64_t batch_num = ctx.Input(0)->NumElements() / Lu_data_stride; in LuUnpackCompute() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dnon_max_suppression_fp32.c112 int batch_num = score_dims[Index0]; in NonMaxSuppressionSelecte() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/quantizer/
Dgptq_quantizer.cc155 …::AddBatch(const lite::Tensor &tensor, float *hessian_data, int deep, int batch_num, bool transpos… in AddBatch()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/math/
Dmatrix_triangular_solve_gpu_kernel.cc240 const int64_t batch_num = output_batch_num_; in LaunchKernel() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dbatch_op.cc68 int64_t batch_num = 0; in operator ()() local
Ddata_queue_op.cc964 uint32_t batch_num = 0; in WorkerEntry() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/embedding_cache/
Dembedding_cache_prefetch_actor.cc1044 const size_t batch_num = max_batch_size / embeddings_dim; in PushEmbeddingsToRemote() local