/aosp_15_r20/external/eigen/Eigen/src/plugins/ |
H A D | ReshapedMethods.h | 93 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 D | optimize_mhlo.cc | 123 auto reshaped = rewriter.create<ReshapeOp>( in matchAndRewrite() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
H A D | depthtospace_op.cc | 146 xla::XlaOp reshaped = xla::Reshape(input, reshaped_shape); in Compile() local
|
H A D | spacetodepth_op.cc | 151 xla::XlaOp reshaped = xla::Reshape(input, reshaped_shape); in Compile() local
|
H A D | batchtospace_op.cc | 75 xla::XlaOp reshaped = xla::Reshape(input, reshaped_shape); in BatchToSpace() local
|
H A D | where_op.cc | 170 XlaOp reshaped = xla::Reshape(iota, {flattened_size}); in CompileWhereWithSort() local
|
H A D | tensor_list_ops.cc | 564 xla::XlaOp reshaped = xla::Reshape(input_tensor, new_dims); in Compile() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | lower_tf.cc | 1003 auto reshaped = rewriter.create<ReshapeOp>( in matchAndRewrite() local 1116 auto reshaped = rewriter.create<TF::ReshapeOp>( in matchAndRewrite() local
|
H A D | legalize_hlo.cc | 1758 auto reshaped = in ConvertDot() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/clusters/ |
H A D | single_machine_test.cc | 177 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 D | Histogram.cpp | 394 Tensor reshaped = self.reshape({ self.numel(), 1 }); in histogram_histc_out() local
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_morphing.cpp | 54 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 D | nn_grad.cc | 72 auto reshaped = ExpandDims(scope, vec, -1); in BroadcastMul() local
|
H A D | math_grad.cc | 947 auto reshaped = Reshape( in ProdGrad() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
H A D | spmd_partitioner.cc | 1790 PartitionedHlo reshaped = SplitReshapeHelper( in TryComplexReshardHandling() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
H A D | legalize_tf.cc | 2160 Value reshaped = op.input(); in matchAndRewrite() local
|