Home
last modified time | relevance | path

Searched defs:max_type (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/xpressive/detail/static/transforms/
Das_quantifier.hpp30 typedef mpl::integral_c<uint_t, Max> max_type; typedef
53 struct max_type : Tag::max_type {}; struct
56 struct max_type<proto::tag::unary_plus> : mpl::integral_c<uint_t, UINT_MAX-1> {}; struct
59 struct max_type<proto::tag::dereference> : mpl::integral_c<uint_t, UINT_MAX-1> {}; struct
62 struct max_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 1> {}; struct
/third_party/boost/boost/geometry/algorithms/detail/
Dexpand_by_epsilon.hpp92 typedef detail::indexed_point_view<Box, max_corner> max_type; in apply() typedef
104 typedef detail::indexed_point_view<Box, max_corner> max_type; in apply() typedef
/third_party/mindspore/mindspore/ops/operations/
D_quant_ops.py112 def infer_dtype(self, x_type, min_type, max_type): argument
175 def infer_dtype(self, x_type, min_type, max_type): argument
548 def infer_dtype(self, x_type, min_type, max_type): argument
613 def infer_dtype(self, dout_type, x_type, min_type, max_type): argument
664 def infer_dtype(self, x_type, min_type, max_type): argument
723 def infer_dtype(self, dout_type, x_type, min_type, max_type): argument
731 def _fake_quant_per_infer_dtype(prim_name, x_type, min_type, max_type): argument
742 def _fake_quant_per_grad_infer_dtype(prim_name, dout_type, x_type, min_type, max_type): argument
821 def infer_dtype(self, x_type, min_type, max_type): argument
869 def infer_dtype(self, dout_type, x_type, min_type, max_type): argument
[all …]
/third_party/mindspore/mindspore/core/ops/
Dfake_quant_with_min_max_vars_per_channel.cc57 auto max_type = input_args[kInputIndex2]->BuildType(); in FakeQuantWithMinMaxVarsPerChannelInfer() local
/third_party/node/deps/brotli/c/enc/
Dblock_splitter_inc.h343 uint8_t max_type = 0; in FN() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dblock_splitter_inc.h343 uint8_t max_type = 0; in FN() local
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc201 TypeId JudgeMaxType(TypeId max_type, bool has_scalar_float32, bool has_scalar_int64, bool has_tenso… in JudgeMaxType()
230 TypeId max_type = TypeId::kTypeUnknown; in GetDstType() local