Searched refs:IsDynamicShape (Results 1 – 25 of 42) sorted by relevance
12
47 if (AnfAlgo::IsDynamicShape(out_reshape) || AnfAlgo::IsDynamicShape(in_reshape)) { in Process()
57 if (AnfAlgo::IsDynamicShape(transpose_cnode) || AnfAlgo::IsDynamicShape(reshape_cnode)) { in Process()
61 if (AnfAlgo::IsDynamicShape(transpose_cnode) || AnfAlgo::IsDynamicShape(reshape_cnode)) { in Process()
93 if (AnfAlgo::IsDynamicShape(mul->input(lossscale_input_index))) { in Process()
33 if (AnfAlgo::IsDynamicShape(node)) { in CheckValueNodeInputOfMul()
53 if (AnfAlgo::IsDynamicShape(relu)) { in CreateReluV2()
92 if (AnfAlgo::IsDynamicShape(addn)) { in QuitFusion()
111 if (AnfAlgo::IsDynamicShape(node)) { in Process()117 if (AnfAlgo::IsDynamicShape(node)) { in Process()
35 is_dynamic_shape_ = AnfAlgo::IsDynamicShape(cnode); in Initialize()109 if (!opt::IsNopNode(*input_node) || !AnfAlgo::IsDynamicShape(*input_node)) { in InferShapeForNopNode()
32 bool IsDynamicShape() const { return is_dynamic_shape_; } in IsDynamicShape() function
29 if (AnfAlgo::IsDynamicShape(node)) { in Process()
71 if (AnfAlgo::IsDynamicShape(node)) { in Process()
109 bool is_dynamic_shape = AnfAlgo::IsDynamicShape(cnode); in Process()
80 if (AnfAlgo::IsDynamicShape(node)) { in Process()
109 if (AnfAlgo::IsDynamicShape(node)) { in Process()
129 if (AnfAlgo::IsDynamicShape(node)) { in Process()
139 …if (param_shape.empty() || indice_shape.empty() || AnfAlgo::IsDynamicShape(origin_node->input(kDim… in CheckInputs()
163 if (AnfAlgo::IsDynamicShape(cnode) && unknow_type_ != DEPEND_COMPUTE) { in UpdateExtInfo()224 if (AnfAlgo::IsDynamicShape(cnode)) { in PostExecute()
71 if (!AnfAlgo::IsDynamicShape(cnode)) { in ParseCompileJson()
53 if (AnfAlgo::IsDynamicShape(cnode)) { in Process()
54 if (AnfAlgo::IsDynamicShape(node)) { in Process()
176 if (AnfAlgo::IsDynamicShape(node)) { in NeedSkip()
78 if (AnfAlgo::IsDynamicShape(relu)) { in CreateReluV2()
99 if (!AnfAlgo::IsNodeDynamicShape(anf_node) && !AnfAlgo::IsDynamicShape(anf_node)) { in DynamicInputAdjusted()
118 auto dynamic_flag = AnfAlgo::IsDynamicShape(cnode_ptr); in GenDynamicKernel()