Home
last modified time | relevance | path

Searched refs:kScalarTrunc (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ops/
D_constants.py28 kScalarTrunc = "ScalarTrunc" variable
/third_party/mindspore/mindspore/ccsrc/frontend/operator/
Dprim_to_function.cc28 … {"scalar_tan", kPrimTypeOneArg}, {kScalarTrunc, kPrimTypeOneArg}, {"typeof", kPrimTypeOneArg}, in PrimToFunction()
/third_party/mindspore/tests/ut/cpp/operator/
Dops_test.cc68 auto prim = std::make_shared<Primitive>(prim::kScalarTrunc); in TEST_F()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h47 constexpr auto kScalarTrunc = "ScalarTrunc"; variable
117 inline const PrimitivePtr kPrimScalarTrunc = std::make_shared<Primitive>(kScalarTrunc);