Searched defs:GetOpType (Results 1 – 9 of 9) sorted by relevance
31 bool BroadcastOpGradGpuKernelMod::GetOpType() { in GetOpType() function in mindspore::kernel::BroadcastOpGradGpuKernelMod
29 bool BroadcastOpGradGradGpuKernelMod::GetOpType() { in GetOpType() function in mindspore::kernel::BroadcastOpGradGradGpuKernelMod
31 bool TensorScatterArithmeticGpuKernelMod::GetOpType() { in GetOpType() function in mindspore::kernel::TensorScatterArithmeticGpuKernelMod
42 bool SparseDenseCwiseOperationGpuKernelMod::GetOpType() { in GetOpType() function in mindspore::kernel::SparseDenseCwiseOperationGpuKernelMod
40 std::string Operator::GetOpType() const { return ""; } in GetOpType() function in ge::Operator
63 inline schema::PrimitiveType GetOpType(const schema::CNode &opDef) { return opDef.primitive()->valu… in GetOpType() function
1200 kernel::OpType AnfRuntimeAlgorithm::GetOpType(const AnfNodePtr &node) { in GetOpType() function in mindspore::session::AnfRuntimeAlgorithm
4512 std::string GeOpConvertor::GetOpType(const AnfNodePtr &node, const bool training = true) { in GetOpType() function in mindspore::transform::GeOpConvertor
4896 AstSubType ParseFunctionAst::GetOpType(const py::object &node) { in GetOpType() function in mindspore::parse::ParseFunctionAst