Searched refs:abstract1 (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/tests/ut/cpp/parallel/ |
D | step_parallel_test.cc | 70 AbstractBasePtr abstract1 = abstract::FromValue(inputs_x, true); in Make_Node() local 75 abstract1->set_shape(shape1); in Make_Node() 78 param1->set_abstract(abstract1); in Make_Node() 88 abstract1->set_shape(shape1); in Make_Node() 90 param1->set_abstract(abstract1); in Make_Node() 98 abstract1->set_shape(shape1); in Make_Node() 101 param1->set_abstract(abstract1); in Make_Node()
|
D | step_auto_parallel_test.cc | 61 AbstractBasePtr abstract1 = abstract::FromValue(static_cast<int64_t>(1), false); in Create_Node() local 64 abstract1->set_shape(shape1); in Create_Node() 67 param1->set_abstract(abstract1); in Create_Node()
|
/third_party/mindspore/mindspore/core/abstract/ |
D | abstract_value.cc | 39 inline void AbstractTypeJoinLogging(const AbstractBasePtr &abstract1, const AbstractBasePtr &abstra… in AbstractTypeJoinLogging() argument 41 oss << "Type Join Failed: abstract type " << abstract1->type_name() << " cannot not join with " in AbstractTypeJoinLogging() 43 << "this: " << abstract1->ToString() << ", other: " << abstract2->ToString(); in AbstractTypeJoinLogging() 44 auto node = GetTraceNode(abstract1); in AbstractTypeJoinLogging() 51 … void TypeJoinLogging(const TypePtr &type1, const TypePtr &type2, const AbstractBasePtr &abstract1, in TypeJoinLogging() argument 56 << "this: " << abstract1->ToString() << ", other: " << abstract2->ToString(); in TypeJoinLogging() 57 auto node = GetTraceNode(abstract1); in TypeJoinLogging() 64 …inLogging(const BaseShapePtr &shape1, const BaseShapePtr &shape2, const AbstractBasePtr &abstract1, in ShapeJoinLogging() argument 69 << "this: " << abstract1->ToString() << ", other: " << abstract2->ToString(); in ShapeJoinLogging() 70 auto node = GetTraceNode(abstract1); in ShapeJoinLogging()
|