Home
last modified time | relevance | path

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

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