Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dwhere_op.cc65 xla::XlaOp reshaped = xla::Reshape(iota, {flattened_size}); in Compile() local
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
Dtensor_list_ops.cc556 xla::XlaOp reshaped = xla::Reshape(input_tensor, new_dims); in Compile() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Doptimize_mhlo.cc136 auto reshaped = rewriter.create<ReshapeOp>( in matchAndRewrite() local
Dtransform_unranked_hlo.cc185 Value reshaped = rewriter.create<mhlo::DynamicReshapeOp>( in matchAndRewrite() local
/external/tensorflow/tensorflow/core/grappler/optimizers/data/vectorization/
Dcwise_op_vectorizer.cc103 Output reshaped = ops::Reshape(scope, input, new_shape); in ExpandDimsForBroadcast() 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/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlower_tf.cc973 auto reshaped = rewriter.create<ReshapeOp>( in matchAndRewrite() local
1087 auto reshaped = rewriter.create<TF::ReshapeOp>( in matchAndRewrite() local
Dlegalize_hlo.cc535 auto reshaped = in ConvertDot() local
/external/tensorflow/tensorflow/cc/gradients/
Dnn_grad.cc72 auto reshaped = ExpandDims(scope, vec, -1); in BroadcastMul() local
Dmath_grad.cc992 auto reshaped = Reshape( in ProdGrad() local
/external/llvm-project/mlir/test/EDSC/
Dbuilder-api-test.cpp1062 auto reshaped = linalg_reshape(v, maps); in TEST_FUNC() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc1761 Value reshaped = op.input(); in matchAndRewrite() local