Searched refs:CppInferShape (Results 1 – 4 of 4) sorted by relevance
83 auto attr_infer_result = CppInferShape(prim_attr_test, {abs_a, abs_c}); in TEST_F()89 …CppInferShape(prim_dynamic_input_test, {abs_dynamic_a, abs_dynamic_b, abs_dynamic_c, abs_dynamic_d… in TEST_F()
222 AbstractBasePtr CppInferShape(const PrimitivePtr &prim, const AbstractBasePtrList &args_spec_list);
938 AbstractBasePtr CppInferShape(const PrimitivePtr &prim, const AbstractBasePtrList &args_spec_list) { in CppInferShape() function
2270 auto eval_result = opt::CppInferShape(primitive, args_spec_list); in InferShape()