Home
last modified time | relevance | path

Searched refs:n_shape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/ops/
Ddata_flow_ops.cc29 Status DequeueManyV2Shape(InferenceContext* c, ShapeHandle n_shape) { in DequeueManyV2Shape() argument
35 c->Concatenate(n_shape, (*t)[i].shape, &combined_shape)); in DequeueManyV2Shape()
339 ShapeHandle n_shape; in __anona2f81a440602() local
341 n_shape = c->Vector(InferenceContext::kUnknownDim); in __anona2f81a440602()
347 n_shape = c->Vector(n); in __anona2f81a440602()
349 return DequeueManyV2Shape(c, n_shape); in __anona2f81a440602()
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py536 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))