Home
last modified time | relevance | path

Searched defs:operators (Results 1 – 23 of 23) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/
Dmind_record_op_test.cc48const std::vector<std::shared_ptr<ShardOperator>> &operators) { in CreateMindRecord()
89 std::vector<std::shared_ptr<mindspore::mindrecord::ShardOperator>> operators; in TEST_F() local
157 std::vector<std::shared_ptr<mindspore::mindrecord::ShardOperator>> operators; in TEST_F() local
/third_party/mesa3d/src/compiler/glsl/
Dast_expr.cpp29 static const char *const operators[] = { in operator_string() local
/third_party/typescript/src/services/refactors/
DconvertStringOrTemplateLiteral.ts121 …const { nodes, operators, hasString: leftHasString, validOperators: leftOperatorValid } = loop(cur… constant
135 const { nodes, operators, validOperators, hasString } = loop(current); constant
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Dminddata_node.cc239 std::vector<std::shared_ptr<ShardOperator>> operators; in GetDatasetSize() local
/third_party/python/Doc/reference/
Dlexical_analysis.rst957 .. _operators: target
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DCsvData.java76 CsvTable<String> operators, in create()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/common/
Dshard_pybind.cc213 const std::vector<std::shared_ptr<ShardOperator>> &operators) { in BindShardReader()
260 const std::vector<std::shared_ptr<ShardOperator>> &operators) { in BindShardSegment()
/third_party/gn/src/gn/
Dtokenizer_unittest.cc81 TokenExpectation operators[] = { in TEST() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dmindrecord_op.cc43const std::vector<std::shared_ptr<ShardOperator>> &operators, int64_t num_padded, in MindRecordOp()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_reader.cc1218const std::vector<std::shared_ptr<ShardOperator>> &operators, int64_t num_padded, in Open()
1342 const std::vector<std::shared_ptr<ShardOperator>> &operators) { in CreateTasksByRow()
1385const std::vector<std::shared_ptr<ShardOperator>> &operators) { in CreateLazyTasksByRow()
1430 const std::vector<std::shared_ptr<ShardOperator>> &operators) { in CreateTasks()
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/
Dast.rs8 mod operators; module
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sLongShaderTests.cpp279 const std::string operators = "+-*/"; in makeExpression() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/debugger/
Ddebug_graph.proto285 repeated OperatorProto operators = 1; field
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Danf_ir.proto288 repeated OperatorProto operators = 1; field
/third_party/jinja2/
Dlexer.py112 operators = { variable
Dcompiler.py31 operators = { variable
/third_party/skia/third_party/externals/jinja2/
Dlexer.py110 operators = { variable
Dcompiler.py30 operators = { variable
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
Dheader.cpp625 std::string operators; member in __anonc98cc15a0111::TPrinterCPP
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
Dheader.cpp625 std::string operators; member in __anon544c69460111::TPrinterCPP
/third_party/spirv-headers/tools/buildHeaders/
Dheader.cpp642 std::string operators; member in __anon6d8509250111::TPrinterCPP
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dlib.rs247 mod operators; module
/third_party/rust/crates/cxx/macro/src/
Dexpand.rs201 let mut operators = TokenStream::new(); in expand_struct_operators() localVariable