/third_party/mindspore/mindspore/core/ops/ |
D | getnext.h | 33 class MS_CORE_API GetNext : public PrimitiveC { 36 GetNext() : PrimitiveC(prim::kPrimGetNext->name()) {} in GetNext() function 38 ~GetNext() = default; 39 MS_DECLARE_PARENT(GetNext, PrimitiveC); 45 using PrimMulPtr = std::shared_ptr<GetNext>;
|
D | getnext.cc | 93 REGISTER_PRIMITIVE_EVAL_IMPL(GetNext, prim::kPrimGetNext, GetNextInfer, nullptr, true);
|
/third_party/mindspore/tests/ut/cpp/mindrecord/ |
D | ut_shard_operator_test.cc | 71 auto x = dataset.GetNext(); in TEST_F() 97 auto x = dataset.GetNext(); in TEST_F() 123 auto x = dataset.GetNext(); in TEST_F() 149 auto x = dataset.GetNext(); in TEST_F() 173 auto x = dataset.GetNext(); in TEST_F() 198 auto x = dataset.GetNext(); in TEST_F() 229 auto x = dataset.GetNext(); in TEST_F() 259 auto x = dataset.GetNext(); in TEST_F() 284 auto x = dataset.GetNext(); in TEST_F() 311 auto x = dataset.GetNext(); in TEST_F() [all …]
|
D | ut_shard_reader_test.cc | 62 auto x = dataset.GetNext(); in TEST_F() 84 auto x = dataset.GetNext(); in TEST_F() 109 auto x = dataset.GetNext(); in TEST_F() 133 auto x = dataset.GetNext(); in TEST_F() 154 auto x = dataset.GetNext(); in TEST_F() 175 auto x = dataset.GetNext(); in TEST_F() 204 auto x = dataset.GetNext(); in TEST_F() 236 auto x = dataset.GetNext(); in TEST_F()
|
D | ut_shard_writer_test.cc | 68 auto x = dataset.GetNext(); in TEST_F() 772 auto x = dataset.GetNext(); in TEST_F() 864 auto x = dataset.GetNext(); in TEST_F() 965 auto x = dataset.GetNext(); in TEST_F() 1072 auto x = dataset.GetNext(); in TEST_F()
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | ir_tree_adapter_test.cc | 66 rc = tree_adapter.GetNext(&row); in TEST_F() 71 rc = tree_adapter.GetNext(&row); in TEST_F() 100 rc = tree_adapter.GetNext(&row); in TEST_F() 104 rc = tree_adapter.GetNext(&row); in TEST_F() 138 rc = tree_adapter.GetNext(&row); in TEST_F() 142 rc = tree_adapter.GetNext(&row); in TEST_F()
|
D | ir_callback_test.cc | 348 ASSERT_OK(tree_adapter.GetNext(&row)); in TEST_F() 350 ASSERT_OK(tree_adapter.GetNext(&row)); in TEST_F()
|
/third_party/mindspore/mindspore/core/utils/ |
D | log_adapter.cc | 226 LogConfigToken GetNext(std::string *const ptr) { in GetNext() function in mindspore::LogConfigLexer 309 auto tok = lexer.GetNext(&text); in Parse() 321 tok = lexer.GetNext(&key); in Parse() 327 tok = lexer.GetNext(&text); in Parse() 333 tok = lexer.GetNext(&val); in Parse() 340 tok = lexer.GetNext(&text); in Parse()
|
/third_party/mindspore/tests/ut/data/profiler_data/JOB_AICPU/expect/ |
D | output_data_preprocess_aicpu_0.txt | 3 2 GetNext 0.989 0.087 0.048 2302769932.0 2302769980.0
|
/third_party/mindspore/tests/ut/data/profiler_data/JOB_AICPU/data/ |
D | DATA_PREPROCESS.dev.AICPU.0.slice_0 | 1 …n=38753416849, dispatchTime=100 us, totalTime=1567 us.[2302769986] Node:GetNext, Run tart:2302769…
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/consumers/ |
D | tree_consumer.cc | 55 RETURN_IF_NOT_OK(tree_adapter_->GetNext(&res)); in GetNextAsVector() 89 RETURN_IF_NOT_OK(tree_adapter_->GetNext(&res)); in GetNextAsMap() 118 RETURN_IF_NOT_OK(tree_adapter_->GetNext(&curr_row)); in GetNextAsOrderedPair() 277 RETURN_IF_NOT_OK(tree_adapter_->GetNext(&row)); in Save() 596 return tree_adapter_->GetNext(row); in GetRow() 697 RETURN_IF_NOT_OK(tree_adapter_->GetNext(&row)); in Start() 732 return tree_adapter->GetNext(row); in GetRow()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/data/ |
D | dataset_iterator_kernel.h | 58 MS_REG_GPU_KERNEL(GetNext, DatasetIteratorKernel)
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | StressTestClient.cs | 144 var testCase = testCaseGenerator.GetNext(); in RunBodyAsync() 227 public string GetNext() in GetNext() method in Grpc.IntegrationTesting.StressTestClient.WeightedRandomGenerator
|
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/ |
D | insert_tensor_move_for_getnext.py | 21 get_next = P.GetNext([ms.float32, ms.int32], [[32, 64], [32]], 2, "")
|
D | getnext_tensor_move_elimination_test.py | 20 get_next = P.GetNext([ms.float32], [[1, 64, 112, 112]], 1, "")
|
/third_party/cef/libcef/common/net/ |
D | http_header_utils.cc | 41 i.GetNext();) { in ParseHeaders()
|
/third_party/mindspore/tests/ut/python/parallel/ |
D | test_get_next.py | 34 self.get_next = P.GetNext(types, shapes, output_num, "") 153 self.get_next = P.GetNext([ms.float32, ms.int32], [[32, 64], [32]], 2, "")
|
/third_party/mindspore/tests/st/pynative/ |
D | test_pynative_sync_control.py | 28 self.get_next = P.GetNext([mstype.float32], [(1, 1)], 1, "test")
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ |
D | tree_adapter.h | 55 Status GetNext(TensorRow *);
|
D | tree_adapter.cc | 219 Status TreeAdapter::GetNext(TensorRow *row) { in GetNext() function in mindspore::dataset::TreeAdapter
|
/third_party/mindspore/tests/st/ops/ascend/ |
D | test_tdt_data_ms.py | 81 get_next = P.GetNext(dataset_types, dataset_shapes, 2, ds1.queue_name)
|
/third_party/gn/src/base/strings/ |
D | string_tokenizer.h | 124 bool GetNext() { in GetNext() function
|
/third_party/mindspore/tests/st/data_transfer/ |
D | test_tdt_data_transfer.py | 107 self.get_next = P.GetNext(dataset_types, dataset_shapes, len(dataset_shapes), shared_name)
|
/third_party/cef/libcef/browser/ |
D | request_context_impl.cc | 141 config.unique_id = g_next_id.GetNext(); in CreateContext() 161 config.unique_id = g_next_id.GetNext(); in CreateContext()
|
/third_party/mindspore/mindspore/ops/operations/ |
D | __init__.py | 74 … GetNext, L2Normalize, LayerNorm, L2Loss, CTCLoss, CTCLossV2, CTCLossV2Grad, CTCGreedyDecoder,
|