Home
last modified time | relevance | path

Searched defs:reshaped (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/eigen/Eigen/src/plugins/
H A DReshapedMethods.h93 reshaped(NRowsType nRows, NColsType nCols) EIGEN_RESHAPED_METHOD_CONST in reshaped() function
109 reshaped(NRowsType nRows, NColsType nCols) EIGEN_RESHAPED_METHOD_CONST in reshaped() function
124 reshaped() EIGEN_RESHAPED_METHOD_CONST in reshaped() function
133 reshaped() EIGEN_RESHAPED_METHOD_CONST in reshaped() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
H A Doptimize_mhlo.cc123 auto reshaped = rewriter.create<ReshapeOp>( in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Ddepthtospace_op.cc146 xla::XlaOp reshaped = xla::Reshape(input, reshaped_shape); in Compile() local
H A Dspacetodepth_op.cc151 xla::XlaOp reshaped = xla::Reshape(input, reshaped_shape); in Compile() local
H A Dbatchtospace_op.cc75 xla::XlaOp reshaped = xla::Reshape(input, reshaped_shape); in BatchToSpace() local
H A Dwhere_op.cc170 XlaOp reshaped = xla::Reshape(iota, {flattened_size}); in CompileWhereWithSort() local
H A Dtensor_list_ops.cc564 xla::XlaOp reshaped = xla::Reshape(input_tensor, new_dims); in Compile() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dlower_tf.cc1003 auto reshaped = rewriter.create<ReshapeOp>( in matchAndRewrite() local
1116 auto reshaped = rewriter.create<TF::ReshapeOp>( in matchAndRewrite() local
H A Dlegalize_hlo.cc1758 auto reshaped = in ConvertDot() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/clusters/
H A Dsingle_machine_test.cc177 auto reshaped = ops::Reshape(root.WithOpName("reshaped"), square, new_shape); in TEST_F() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DHistogram.cpp394 Tensor reshaped = self.reshape({ self.numel(), 1 }); in histogram_histc_out() local
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_morphing.cpp54 Tensor<float, 3> reshaped = tensor.reshape(static_cast<Eigen::DSizes<ptrdiff_t,3>>(dim)); in test_static_reshape() local
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/
H A Dnn_grad.cc72 auto reshaped = ExpandDims(scope, vec, -1); in BroadcastMul() local
H A Dmath_grad.cc947 auto reshaped = Reshape( in ProdGrad() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dspmd_partitioner.cc1790 PartitionedHlo reshaped = SplitReshapeHelper( in TryComplexReshardHandling() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf.cc2160 Value reshaped = op.input(); in matchAndRewrite() local