Searched defs:GetOutputInferShape (Results 1 – 7 of 7) sorted by relevance
41 ShapeVector CallbackImpl::GetOutputInferShape(const AnfNodePtr &node, size_t i) { in GetOutputInferShape() function in mindspore::graphkernel::CallbackImpl
32 ShapeVector GetOutputInferShape(const AnfNodePtr &node) { in GetOutputInferShape() function
31 ShapeVector GetOutputInferShape(const AnfNodePtr &node) { in GetOutputInferShape() function
91 ShapeVector CallbackImpl::GetOutputInferShape(const AnfNodePtr &node, size_t i) { in GetOutputInferShape() function in mindspore::graphkernel::CallbackImpl
33 ShapeVector GetOutputInferShape(const AnfNodePtr &node) { in GetOutputInferShape() function
322 TEST_F(AnfRuntimeAlgorithmTest, GetOutputInferShape) { in TEST_F() argument
813 ShapeVector AnfAlgo::GetOutputInferShape(const AnfNodePtr &node, size_t output_idx, bool is_real_sq… in GetOutputInferShape() function in mindspore::common::AnfAlgo