Home
last modified time | relevance | path

Searched defs:float_input (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/kernels/
Dgain_op.cc32 std::shared_ptr<Tensor> float_input; in Compute() local
Ddither_op.cc36 std::shared_ptr<Tensor> float_input; in Compute() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/import/
Dcast_op_adjust.cc92 …bool float_input = input_type_value == kNumberTypeFloat16 || input_type_value == kNumberTypeFloat3… in MatchRemoveCastOpRule() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_index_py.h254 explicit TensorIndex(float float_input) : float_(float_input), type_(TensorIndexType::Float) {} in TensorIndex()
255 explicit TensorIndex(const py::float_ &float_input) : TensorIndex(float_input.cast<float>()) {} in TensorIndex()