Home
last modified time | relevance | path

Searched defs:new_sizes (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor.h805 gtl::ArraySlice<int64> new_sizes, in FillDimsAndValidateCompatibleShape()
818 gtl::ArraySlice<int64> new_sizes, in FillDimsAndValidateCompatibleShape()
842 gtl::ArraySlice<int64> new_sizes) { in shaped()
851 gtl::ArraySlice<int64> new_sizes) { in bit_casted_shaped()
860 gtl::ArraySlice<int64> new_sizes) { in unaligned_shaped()
869 gtl::ArraySlice<int64> new_sizes) const { in shaped()
879 gtl::ArraySlice<int64> new_sizes) const { in bit_casted_shaped()
888 gtl::ArraySlice<int64> new_sizes) const { in unaligned_shaped()
/external/tensorflow/tensorflow/core/kernels/
Dunique_op.cc92 std::vector<int64> new_sizes{1, input.NumElements(), 1}; in Compute() local
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py487 def reshape(x, new_sizes, dimensions=None, name=None): argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1127 absl::Span<const int64> new_sizes, in Reshape()
1141 XlaOp XlaBuilder::Reshape(XlaOp operand, absl::Span<const int64> new_sizes, in Reshape()
1212 std::vector<int64> new_sizes; in Collapse() local
3937 absl::Span<const int64> new_sizes) { in Reshape()
3941 XlaOp Reshape(const XlaOp operand, absl::Span<const int64> new_sizes) { in Reshape()
3957 absl::Span<const int64> new_sizes, in ReshapeWithInferredDimension()
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc3082 absl::Span<const int64> new_sizes, int64_t inferred_dimension) { in InferReshapeShape()