Searched refs:n_shape (Results 1 – 2 of 2) sorted by relevance
29 Status DequeueManyV2Shape(InferenceContext* c, ShapeHandle n_shape) { in DequeueManyV2Shape() argument35 c->Concatenate(n_shape, (*t)[i].shape, &combined_shape)); in DequeueManyV2Shape()339 ShapeHandle n_shape; in __anona2f81a440602() local341 n_shape = c->Vector(InferenceContext::kUnknownDim); in __anona2f81a440602()347 n_shape = c->Vector(n); in __anona2f81a440602()349 return DequeueManyV2Shape(c, n_shape); in __anona2f81a440602()
536 n_shape = next_var.get_shape()537 if not _ShapeLessThanOrEqual(n_shape, m_shape):545 "less-specific shape." % (input_t.name, input_t.shape, n_shape))