Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_toeplitz.py251 total_shape = array_ops.broadcast_dynamic_shape(
254 row = array_ops.broadcast_to(row, total_shape)
255 col = array_ops.broadcast_to(col, total_shape)
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc2500 PartialTensorShape total_shape = row_shape; in ParseSequenceDenseFeatures() local
2501 total_shape.InsertDim(0, -1); in ParseSequenceDenseFeatures()
2506 " is not consistent with output shape: ", total_shape.DebugString()); in ParseSequenceDenseFeatures()