Home
last modified time | relevance | path

Searched defs:y_type (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/contract/test/function/
Dsmoke.cpp22 struct y_tag; typedef boost::contract::test::detail::counter<y_tag, int> y_type; typedef
/third_party/boost/boost/numeric/ublas/detail/
Dreturntype_deduction.hpp149 typedef typename remove_cv<Y>::type y_type; typedef
/third_party/boost/libs/contract/test/old/
Dno_macro.hpp85 typedef boost::contract::test::detail::counter<y_tag, char> y_type; typedef
/third_party/mindspore/mindspore/core/ops/
Dselect.cc73 auto y_type = input_args[kYIndex]->BuildType(); in SelectInferType() local
/third_party/spirv-tools/source/val/
Dvalidate_extensions.cpp1311 const uint32_t y_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1652 const uint32_t y_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local
1963 const uint32_t y_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2524 const uint32_t y_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local
/third_party/mindspore/tests/ut/python/pynative_mode/
Dtest_stop_gradient.py298 def infer_dtype(self, x_type, y_type): argument
392 def infer_dtype(self, x_type, y_type): argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp1348 const uint32_t y_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1689 const uint32_t y_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local
2000 const uint32_t y_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2561 const uint32_t y_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_extensions.cpp1348 const uint32_t y_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1689 const uint32_t y_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local
2000 const uint32_t y_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2561 const uint32_t y_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local
/third_party/boost/libs/contract/test/public_function/
Dsmoke.hpp110 typedef boost::contract::test::detail::counter<y_tag, std::string> y_type; typedef
/third_party/boost/libs/contract/test/constructor/
Dsmoke.cpp108 typedef boost::contract::test::detail::counter<y_tag, int> y_type; typedef
/third_party/mindspore/tests/ut/python/pipeline/parse/
Dtest_parse.py167 def infer_dtype(self, x_type, y_type): argument
/third_party/mindspore/mindspore/core/abstract/
Dprim_maths.cc182 auto y_type = input_y->BuildType(); in InferImplBinaryBase() local
/third_party/mindspore/mindspore/ops/operations/
D_grad_ops.py238 def infer_dtype(self, x_type, y_type, doutput_type): argument
257 def infer_dtype(self, x_type, y_type, doutput_type, weight_type): argument
Dnn_ops.py5420 def infer_dtype(self, x_type, y_type): argument
5509 def infer_dtype(self, x_type, y_type, weight_type): argument
Dmath_ops.py4816 def infer_dtype(self, x_type, y_type): argument
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5432 const glsl_type *x_type, const glsl_type *y_type) in _min()
5439 const glsl_type *x_type, const glsl_type *y_type) in _max()