/third_party/flatbuffers/grpc/examples/go/greeter/server/ |
D | main.go | 10 models "github.com/google/flatbuffers/grpc/examples/go/greeter/models" packageName 20 models.UnimplementedGreeterServer 23 func (s *greeterServer) SayHello(ctx context.Context, request *models.HelloRequest) (*flatbuffers.B… 33 models.HelloReplyStart(b) 34 models.HelloReplyAddMessage(b, idx) 35 b.Finish(models.HelloReplyEnd(b)) 39 func (s *greeterServer) SayManyHellos(request *models.HelloRequest, stream models.Greeter_SayManyHe… 51 models.HelloReplyStart(b) 52 models.HelloReplyAddMessage(b, idx) 53 b.Finish(models.HelloReplyEnd(b)) [all …]
|
D | go.mod | 5 replace github.com/google/flatbuffers/grpc/examples/go/greeter/models v0.0.0 => ../models 9 github.com/google/flatbuffers/grpc/examples/go/greeter/models v0.0.0
|
/third_party/flatbuffers/grpc/examples/go/greeter/client/ |
D | main.go | 12 models "github.com/google/flatbuffers/grpc/examples/go/greeter/models" packageName 21 func printSayHello(client models.GreeterClient, name string) { 25 models.HelloRequestStart(b) 26 models.HelloRequestAddName(b, i) 27 b.Finish(models.HelloRequestEnd(b)) 38 func printSayManyHello(client models.GreeterClient, name string) { 42 models.HelloRequestStart(b) 43 models.HelloRequestAddName(b, i) 44 b.Finish(models.HelloRequestEnd(b)) 71 client := models.NewGreeterClient(conn)
|
D | go.mod | 5 replace github.com/google/flatbuffers/grpc/examples/go/greeter/models v0.0.0 => ../models 9 github.com/google/flatbuffers/grpc/examples/go/greeter/models v0.0.0
|
/third_party/boost/libs/iterator/doc/ |
D | permutation_iterator_ref.rst | 48 ``permutation_iterator`` models 51 ``permutation_iterator`` models the same iterator traversal concepts 55 If ``IndexIterator`` models Single Pass Iterator and 56 ``ElementIterator`` models Readable Iterator then 57 ``permutation_iterator`` models Input Iterator. 59 If ``IndexIterator`` models Forward Traversal Iterator and 60 ``ElementIterator`` models Readable Lvalue Iterator then 61 ``permutation_iterator`` models Forward Iterator. 63 If ``IndexIterator`` models Bidirectional Traversal Iterator and 64 ``ElementIterator`` models Readable Lvalue Iterator then [all …]
|
D | filter_iterator_ref.rst | 38 If ``Iterator`` models Readable Lvalue Iterator and Bidirectional Traversal 41 Otherwise, if ``Iterator`` models Readable Lvalue Iterator and Forward Traversal 62 ``filter_iterator`` models 65 The concepts that ``filter_iterator`` models are dependent on which 66 concepts the ``Iterator`` argument models, as specified in the 70 |If ``Iterator`` models |then ``filter_iterator`` models | 80 | If ``Iterator`` models | then ``filter_iterator`` models | 90 |If ``Iterator`` models | then ``filter_iterator`` models | 110 ``filter_iterator`` models, ``filter_iterator`` provides the following
|
D | transform_iterator_ref.rst | 52 If ``Iterator`` models Readable Lvalue Iterator and if ``Iterator`` 53 models Random Access Traversal Iterator, then ``iterator_category`` is 55 ``Iterator`` models Bidirectional Traversal Iterator, then 75 ``transform_iterator`` models 78 The resulting ``transform_iterator`` models the most refined of the 87 The ``transform_iterator`` models the most refined standard traversal 91 it models the following original iterator concepts depending on what 92 the ``Iterator`` argument models. 95 | If ``Iterator`` models | then ``transform_iterator`` models | 106 If ``transform_iterator`` models Writable Lvalue Iterator then it is a
|
D | reverse_iterator_ref.rst | 34 If ``Iterator`` models Random Access Traversal Iterator and Readable 37 ``Iterator`` models Bidirectional Traversal Iterator and Readable 53 ``reverse_iterator`` models 56 A specialization of ``reverse_iterator`` models the same iterator 62 | If ``I`` models |then ``reverse_iterator<I>`` models|
|
/third_party/boost/boost/concept/ |
D | requires.hpp | 65 # define BOOST_CONCEPT_REQUIRES(models, result) \ argument 71 # define BOOST_CONCEPT_REQUIRES(models, result) \ argument 73 (0 BOOST_PP_SEQ_FOR_EACH(BOOST_CONCEPT_REQUIRES_, ~, models)), \ 80 # define BOOST_CONCEPT_REQUIRES(models, result) \ argument 82 (0 BOOST_PP_SEQ_FOR_EACH(BOOST_CONCEPT_REQUIRES_, ~, models)), \ 89 #define BOOST_CONCEPT_WHERE(models,result) BOOST_CONCEPT_REQUIRES(models,result) argument
|
/third_party/spirv-tools/source/val/ |
D | validate_mode_setting.cpp | 291 const auto* models = _.GetExecutionModels(entry_point_id); in ValidateExecutionMode() local 300 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode() 310 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode() 342 models->begin(), models->end(), in ValidateExecutionMode() 353 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode() 370 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode() 408 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode() 421 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode() 432 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
|
D | validate_execution_limitations.cpp | 36 const auto* models = _.GetExecutionModels(entry_id); in ValidateExecutionLimitations() local 37 if (models) { in ValidateExecutionLimitations() 38 if (models->empty()) { in ValidateExecutionLimitations() 43 for (const auto model : *models) { in ValidateExecutionLimitations()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_mode_setting.cpp | 298 const auto* models = _.GetExecutionModels(entry_point_id); in ValidateExecutionMode() local 307 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode() 317 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode() 349 models->begin(), models->end(), in ValidateExecutionMode() 360 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode() 377 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode() 415 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode() 428 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode() 443 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
|
D | validate_execution_limitations.cpp | 36 const auto* models = _.GetExecutionModels(entry_id); in ValidateExecutionLimitations() local 37 if (models) { in ValidateExecutionLimitations() 38 if (models->empty()) { in ValidateExecutionLimitations() 43 for (const auto model : *models) { in ValidateExecutionLimitations()
|
D | validate_derivatives.cpp | 80 const auto* models = state.GetExecutionModels(entry_point->id()); in DerivativesPass() local 82 if (models && in DerivativesPass() 83 models->find(SpvExecutionModelGLCompute) != models->end() && in DerivativesPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_mode_setting.cpp | 298 const auto* models = _.GetExecutionModels(entry_point_id); in ValidateExecutionMode() local 307 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode() 317 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode() 349 models->begin(), models->end(), in ValidateExecutionMode() 360 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode() 377 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode() 415 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode() 428 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode() 443 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
|
D | validate_execution_limitations.cpp | 36 const auto* models = _.GetExecutionModels(entry_id); in ValidateExecutionLimitations() local 37 if (models) { in ValidateExecutionLimitations() 38 if (models->empty()) { in ValidateExecutionLimitations() 43 for (const auto model : *models) { in ValidateExecutionLimitations()
|
D | validate_derivatives.cpp | 80 const auto* models = state.GetExecutionModels(entry_point->id()); in DerivativesPass() local 82 if (models && in DerivativesPass() 83 models->find(SpvExecutionModelGLCompute) != models->end() && in DerivativesPass()
|
/third_party/node/deps/npm/node_modules/color-convert/ |
D | route.js | 17 var models = Object.keys(conversions); 19 for (var len = models.length, i = 0; i < len; i++) { 20 graph[models[i]] = { 82 var models = Object.keys(graph); 83 for (var len = models.length, i = 0; i < len; i++) { 84 var toModel = models[i];
|
/third_party/boost/libs/iterator/doc/quickbook/ |
D | permutation_iterator.qbk | 133 `permutation_iterator` models the same iterator traversal concepts 137 If `IndexIterator` models Single Pass Iterator and 138 `ElementIterator` models Readable Iterator then 139 `permutation_iterator` models Input Iterator. 141 If `IndexIterator` models Forward Traversal Iterator and 142 `ElementIterator` models Readable Lvalue Iterator then 143 `permutation_iterator` models Forward Iterator. 145 If `IndexIterator` models Bidirectional Traversal Iterator and 146 `ElementIterator` models Readable Lvalue Iterator then 147 `permutation_iterator` models Bidirectional Iterator. [all …]
|
D | filter_iterator.qbk | 114 If `Iterator` models Readable Lvalue Iterator and Bidirectional Traversal 117 Otherwise, if `Iterator` models Readable Lvalue Iterator and Forward Traversal 140 The concepts that `filter_iterator` models are dependent on which 141 concepts the `Iterator` argument models, as specified in the 145 [[If `Iterator` models ][then `filter_iterator` models ]] 152 [[If `Iterator` models ][then `filter_iterator` models ]] 159 [[If `Iterator` models ][then `filter_iterator` models ]] 174 `filter_iterator` models, `filter_iterator` provides the following
|
D | transform_iterator.qbk | 98 If `Iterator` models Readable Lvalue Iterator and if `Iterator` 99 models Random Access Traversal Iterator, then `iterator_category` is 101 `Iterator` models Bidirectional Traversal Iterator, then 125 The resulting `transform_iterator` models the most refined of the 136 The `transform_iterator` models the most refined standard traversal 141 it models the following original iterator concepts depending on what 142 the `Iterator` argument models. 146 [[If `Iterator` models][then `transform_iterator` models]] 153 If `transform_iterator` models Writable Lvalue Iterator then it is a
|
/third_party/mindspore/tests/st/model_zoo_tests/deeplabv3/ |
D | run_deeplabv3_ci.sh | 26 if [ -d ${BASE_PATH}/../../../../tests/models/deeplabv3 ]; then 27 CODE_DIR=${BASE_PATH}/../../../../tests/models/deeplabv3 28 elif [ -d ${BASE_PATH}/../../tests/models/deeplabv3 ]; then 29 CODE_DIR=${BASE_PATH}/../../tests/models/deeplabv3
|
/third_party/mindspore/ |
D | .gitmodules | 7 [submodule "tests/models"] 8 path = tests/models 9 url = https://gitee.com/mindspore/models.git
|
/third_party/mindspore/tests/st/model_zoo_tests/wide_and_deep/ |
D | run_wide_and_deep_auto_parallel.sh | 24 if [ -d ${BASE_PATH}/../../../../tests/models/official/recommend/wide_and_deep ]; then 25 CODE_DIR=${BASE_PATH}/../../../../tests/models/official/recommend/wide_and_deep 26 elif [ -d ${BASE_PATH}/../../tests/models/official/recommend/wide_and_deep ]; then 27 CODE_DIR=${BASE_PATH}/../../tests/models/official/recommend/wide_and_deep
|
/third_party/flutter/skia/tools/skqp/ |
D | cut_release.py | 69 def make_rendertest_list(models, good, bad): argument 71 do_score = good & models 72 no_score = bad | (good - models) 73 to_delete = models & bad 144 models = goldgetter(gold(first_commit, last_commit), build + '/make_skqp_model') 149 o.write(make_rendertest_list(models, gset('good.txt'), gset('bad.txt')))
|