Home
last modified time | relevance | path

Searched defs:bucket_boundaries (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Dbucket_batch_by_length_node.cc33 const std::vector<int32_t> &bucket_boundaries, const std::vector<int32_t> &bucket_batch_sizes, in BucketBatchByLengthNode()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dbucket_batch_by_length_op.cc33 const std::vector<int32_t> &bucket_boundaries, in BucketBatchByLengthOp()
/third_party/grpc/src/core/lib/debug/
Dstats.cc100 const int* bucket_boundaries, in threshold_for_count_below()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/datasetops/
Dbindings.cc124 bool drop_remainder) { in __anon4440814b0a02()
/third_party/mindspore/mindspore/dataset/engine/
Ddatasets.py359 …def bucket_batch_by_length(self, column_names, bucket_boundaries, bucket_batch_sizes, element_leng… argument
2112 …def __init__(self, input_dataset, column_names, bucket_boundaries, bucket_batch_sizes, element_len… argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Ddatasets.cc408 const std::vector<int32_t> &bucket_boundaries, const std::vector<int32_t> &bucket_batch_sizes, in BucketBatchByLengthDataset()