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/core/framework/
Dop_kernel.cc170 std::vector<string> tensor_shapes; in TraceString() local
171 tensor_shapes.reserve(num_inputs); in TraceString()
174 tensor_shapes.emplace_back(); // Placeholder in TraceString()
180 tensor_shapes.emplace_back(); // Placeholder in TraceString()
183 tensor_shapes.emplace_back(strings::StrCat( in TraceString()
187 absl::StrJoin(tensor_shapes, ";"), ")#"); in TraceString()