Searched refs:tensor_shapes (Results 1 – 2 of 2) sorted by relevance
62 std::vector<xla::Shape> tensor_shapes(host_tensors.size()); in HostTensorsToBorrowingLiteralTuple() local69 &tensor_shapes[i])); in HostTensorsToBorrowingLiteralTuple()73 buf_ptrs, xla::ShapeUtil::MakeTupleShape(tensor_shapes)); in HostTensorsToBorrowingLiteralTuple()
170 std::vector<string> tensor_shapes; in TraceString() local171 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()