Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dliteral_util.cc62 std::vector<xla::Shape> tensor_shapes(host_tensors.size()); in HostTensorsToBorrowingLiteralTuple() local
69 &tensor_shapes[i])); in HostTensorsToBorrowingLiteralTuple()
73 buf_ptrs, xla::ShapeUtil::MakeTupleShape(tensor_shapes)); in HostTensorsToBorrowingLiteralTuple()
/external/tensorflow/tensorflow/python/tpu/
Dtpu_estimator.py1853 tensor_shapes = []
1860 tensor_shapes.append(shape)
1870 shapes=tensor_shapes,