Home
last modified time | relevance | path

Searched defs:out_dtype (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/python/numpy/
Dufunc.hpp107 dtype out_dtype = dtype::get_builtin<TResult>(); in call() local
170 dtype out_dtype = dtype::get_builtin<TResult>(); in call() local
/third_party/mindspore/mindspore/core/ops/
Dfft_real.cc35 auto out_dtype = kFloat32; in FftRealInfer() local
/third_party/mindspore/tests/ut/python/ops/
Dtest_math_ops.py156 def infer_dtype(self, x_dtype, out_dtype, dout_dtype): argument
Dtest_nn_ops.py128 def infer_dtype(self, x_dtype, out_dtype, dout_dtype): argument
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dprim.cc551 auto out_dtype = output[ATTR_DTYPE]; in PyInferRes2Abstract() local