Home
last modified time | relevance | path

Searched defs:reshape (Results 1 – 25 of 104) sorted by relevance

12345

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dcanonicalize_all_gather_for_cse_test.cc66 const HloInstruction* const reshape = in TEST_F() local
86 const HloInstruction* const reshape = in TEST_F() local
105 const HloInstruction* const reshape = in TEST_F() local
124 const HloInstruction* const reshape = in TEST_F() local
143 const HloInstruction* const reshape = in TEST_F() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_0/
Dreshape.example.cpp7 namespace generated_tests::reshape { namespace
64 namespace generated_tests::reshape { namespace
155 namespace generated_tests::reshape { namespace
212 namespace generated_tests::reshape { namespace
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dspace_to_batch_converter_test.cc57 auto reshape = root->operand(0)->operand(0); in TEST_F() local
94 auto reshape = root->operand(0)->operand(0); in TEST_F() local
200 auto reshape = root->operand(0)->operand(0); in TEST_F() local
237 auto reshape = root->operand(0)->operand(0); in TEST_F() local
H A Ddynamic_dimension_simplifier.cc93 StatusOr<bool> ReshapeBroadcastForwarding(HloInstruction* reshape) { in ReshapeBroadcastForwarding()
121 StatusOr<bool> ReshapeReshapeForwarding(HloInstruction* reshape) { in ReshapeReshapeForwarding()
153 StatusOr<bool> IdentityReshapeRemoving(HloInstruction* reshape) { in IdentityReshapeRemoving()
H A Ddynamic_padder.cc316 HloInstruction* reshape, int64_t input_dim, in GenerateBinaryMask()
469 HloInstruction* reshape, int64_t input_dim, in RewriteDynamicReshapeSplitInput()
652 HloInstruction* reshape, absl::Span<const int64_t> input_dims, in RewriteDynamicReshapeCombineInput()
770 HloInstruction* reshape, absl::Span<const int64_t> input_dims, in RewriteDynamicReshapeSingleGroup()
1479 HloInstruction* reshape = binary->AddInstruction( in RewriteDynamicBinaryOp() local
1647 HloInstruction* reshape, in RewriteDynamicReshape()
H A Dhlo_instruction_test.cc1307 HloInstruction* reshape = in TEST_F() local
1406 HloInstruction* reshape = in TEST_F() local
1538 HloInstruction* reshape = in TEST_F() local
1785 HloInstruction* reshape = in TEST_F() local
1832 HloInstruction* reshape = in TEST_F() local
1888 HloInstruction* reshape = in TEST_F() local
H A Dhlo_computation_test.cc530 HloInstruction* reshape = in TEST_F() local
566 HloInstruction* reshape = in TEST_F() local
603 HloInstruction* reshape = in TEST_F() local
H A Ddynamic_dimension_inference_test.cc581 auto* reshape = builder.AddInstruction( in TEST_F() local
616 auto* reshape = builder.AddInstruction(HloInstruction::CreateReshape( in TEST_F() local
642 auto* reshape = builder.AddInstruction( in TEST_F() local
H A Dreshape_decomposer.cc28 Status HandleReshape(HloInstruction* reshape) override { in HandleReshape()
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dsaver.py342 reshape, argument
389 restore_sequentially, reshape): argument
446 reshape=False, argument
499 reshape=False, argument
781 reshape=False, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dpartially_decluster_pass_test.cc309 Output reshape = ops::Reshape(s.WithOpName("reshape"), reshape_input, shape); in TEST() local
336 Output reshape = ops::Reshape(s.WithOpName("reshape"), reshape_input, shape); in TEST() local
361 Output reshape = ops::Reshape(s.WithOpName("reshape"), reshape_input, shape); in TEST() local
386 Output reshape = ops::Reshape(s.WithOpName("reshape"), reshape_input, shape); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Analysis/
H A Dshape_component_analysis.cc91 } else if (auto reshape = in visit() local
150 } else if (auto reshape = value.getDefiningOp<mhlo::ReshapeOp>()) { in visit() local
177 } else if (auto reshape = in visit() local
225 } else if (auto reshape = value.getDefiningOp<mhlo::ReshapeOp>()) { in visit() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dconst_analysis_test.cc157 Output reshape = ops::Reshape(root, arg1, add); in TEST() local
181 Output reshape = ops::Reshape(root, arg1, add); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dbcast.h35 const gtl::InlinedVector<int64_t, 4>& reshape, in ComputeBatchIndices()
94 const Vec& reshape(int i) const { return reshape_[i]; } in reshape() function
H A Dstrided_slice_op.h133 const Vec& reshape() const { return reshape_; } in reshape() function
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBase.h883 reshape(const NewDimensions& newDimensions) const { in reshape() function
1055 reshape(const NewDimensions& newDimensions) const { in reshape() function
1060 reshape(const NewDimensions& newDimensions) { in reshape() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dscoped_allocator_ops_test.cc145 bool reshape, const string& name, int32_t id, in BuildNodeDefWithReshape()
162 void MakeOp(const TensorShape& shape, DataType dtype, bool reshape, in MakeOp()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral_test.cc667 auto reshape = original.Reshape(/*dimensions=*/{}).value(); in TEST_F() local
686 auto reshape = original.Reshape({3, 4, 2}).value(); in TEST_F() local
706 auto reshape = original.Reshape({3, 4, 2}).value(); in TEST_F() local
713 auto reshape = original.Transpose(/*permutation=*/{}); in TEST_F() local
726 auto reshape = original.Transpose(/*permutation=*/{2, 3, 0, 1}); in TEST_F() local
739 auto reshape = original.Transpose(/*permutation=*/{1, 0}); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dtensor_util_test.py1233 def reshape(): function
1249 def reshape(): function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dslice_test.cc173 auto reshape = Reshape(original, {24, 3, 2, 7}); in TEST_F() local
183 auto reshape = Reshape(original, {2 * 3 * 5, 7}); in TEST_F() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DReshapeLayerFixture.h71 FunctionType reshape; in compute_target() local
/aosp_15_r20/external/armnn/src/armnn/optimizations/
H A DPermuteAsReshape.hpp27 …auto reshape = graph.InsertNewLayer<ReshapeLayer>(permute.GetInputSlot(0), descriptor, name.c_str(… in Run() local
H A DTransposeAsReshape.hpp27 …auto reshape = graph.InsertNewLayer<ReshapeLayer>(transpose.GetInputSlot(0), descriptor, name.c_st… in Run() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_reduce_scatter_creator.cc94 HloInstruction *reshape = nullptr; in Run() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/xla/
H A Dget_item_op.cc67 auto reshape = xla::Reshape(slice, dims, out_sizes); in Compile() local

12345