Home
last modified time | relevance | path

Searched defs:new_shape (Results 1 – 25 of 70) sorted by relevance

123

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_layout_assignment.cc81 Shape new_shape(old_shape); in RowMajorShape() local
89 Shape new_shape(old_shape); in ColMajorShape() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_pad_for_convolutions.cc37 const Shape& new_shape) { in PadInstruction()
248 const Shape& new_shape) { in TryResolvePaddedShapesForTensorCore()
411 const Shape& new_shape) { in TryResolvePaddedShapesForIntegerConvolution()
Dvariadic_op_splitter.cc58 Shape new_shape = concat->shape(); in SplitConcatenate() local
Dgpu_conv_rewriter.cc108 Shape new_shape = lhs->shape(); in ConvertBatchGroupedToFeatureGroupedConvolution() local
627 Shape new_shape = rhs->shape(); in MatchBackwardInput() local
Dcublas_pad_for_gemms.cc68 auto create_padding_config = [](Shape& shape, Shape& new_shape) { in PadForGemm()
/external/tensorflow/tensorflow/lite/
Dstring_util_test.cc70 auto new_shape = TfLiteIntArrayCreate(2); in TEST() local
186 auto new_shape = TfLiteIntArrayCreate(2); in TEST() local
Dstring_util.cc108 TfLiteIntArray* new_shape) { in WriteToTensor()
/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_canonicalizer.cc36 auto new_shape = ShapeUtil::MakeTupleShape({root_shape}); in CanonicalizeNonTupleConditional() local
Dconditional_simplifier.cc252 const Shape new_shape = ShapeUtil::MakeTupleShape(new_tuple_shapes); in RemoveUnusedTupleElements() local
534 Shape new_shape = ShapeUtil::ChangeElementType(shape, PRED); in TryRemoveConditional() local
Dslice_sinker.cc171 Shape new_shape = ShapeUtil::ChangeElementType(shape, element_type); in SinkSlices() local
Dhlo_element_type_converter.cc199 Shape new_shape = GetConvertedTupleShape(hlo->shape(), eliminate_type_, in Run() local
Dreshape_mover.cc143 const Shape new_shape = in UpdateOperand() local
/external/XNNPACK/src/subgraph/
Dstatic-reshape.c132 const size_t* new_shape, in xnn_define_static_reshape()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_space_to_depth_pass.cc83 LogicalResult HandleCast(TF::CastOp cast_op, ArrayRef<int64_t> new_shape) { in HandleCast()
193 TF::ReshapeOp GetReshapeOpForConv2DFilter(ArrayRef<int64_t> new_shape, in GetReshapeOpForConv2DFilter()
247 SmallVector<int64_t, 6> new_shape = { in HandleConv2DFilter() local
313 SmallVector<int64_t, 4> new_shape(new_filter_shape.begin(), in HandleConv2DBackPropFilter() local
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/
Dlegacy_reshape.json37 "new_shape": [ 2, 2 ] array
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
Ddevice_transform_patterns.cc83 auto new_shape = builder->create<TFL::ConstOp>(loc, new_shape_attr); in InsertReshapeOp() local
395 SmallVector<int64_t, 4> new_shape; in matchAndRewrite() local
546 SmallVector<int64_t, 4> new_shape; in matchAndRewrite() local
/external/tensorflow/tensorflow/lite/delegates/flex/
Dtflite_subgraph_execute.cc117 std::vector<int> new_shape; in ResizeInputTensor() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dshape_op.cc281 std::vector<int64> new_shape(existing_dims_size); in Compile() local
314 std::vector<int64> new_shape; in Compile() local
Ddynamic_stitch_op.cc164 TensorShape new_shape; in Compile() local
/external/ComputeLibrary/tests/validation/fixtures/
DOpticalFlowFixture.h85 TensorShape new_shape = library->get_image_shape(new_image_name); in compute_target() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.h408 HW new_shape; member
421 HWD new_shape; member
544 BHWC new_shape; member
548 BHWDC new_shape; member
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Didentify_nearest_upsample.cc52 void CopyShape(const std::vector<int>& new_shape, Array* array) { in CopyShape()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_tf.cc292 llvm::SmallVector<int64_t, 2> new_shape{type.getShape()[1], in matchAndRewrite() local
746 auto new_shape = rewriter.create<TF::ConstOp>(op->getLoc(), new_shape_attr); in matchAndRewrite() local
884 auto new_shape = rewriter.create<TF::ConstOp>(op->getLoc(), new_shape_attr); in matchAndRewrite() local
/external/tensorflow/tensorflow/core/framework/
Dshape_inference.h222 ShapeHandle new_shape; in MergeInput() local
254 ShapeHandle new_shape; in RelaxInput() local
/external/tensorflow/tensorflow/core/kernels/
Dshape_ops.h207 std::vector<int64> new_shape; in Compute() local

123