Searched defs:values_shape (Results 1 – 4 of 4) sorted by relevance
38 auto values_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 1); in InitKernel() local
44 auto values_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, VALUES); in InitKernel() local
498 ShapeVector values_shape = {Shape::SHP_ANY}; in InferImplCTCGreedyDecoder() local
6166 def infer_shape(self, sequence_shape, values_shape): argument