Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
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
/external/tensorflow/tensorflow/compiler/xla/service/
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
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()
Dreshape_decomposer.cc28 Status HandleReshape(HloInstruction* reshape) override { in HandleReshape()
/external/armnn/src/armnn/optimizations/
DPermuteAsReshape.hpp27 …auto reshape = graph.InsertNewLayer<ReshapeLayer>(permute.GetInputSlot(0), descriptor, name.c_str(… in Run() local
DTransposeAsReshape.hpp27 …auto reshape = graph.InsertNewLayer<ReshapeLayer>(transpose.GetInputSlot(0), descriptor, name.c_st… in Run() local
/external/ComputeLibrary/tests/validation/fixtures/
DReshapeLayerFixture.h71 FunctionType reshape; in compute_target() local
/external/tensorflow/tensorflow/python/training/
Dsaver.py342 reshape, argument
389 restore_sequentially, reshape): argument
446 reshape=False, argument
499 reshape=False, argument
781 reshape=False, argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_reduce_scatter_creator.cc94 HloInstruction *reshape = nullptr; in Run() local
Dreduction_degenerate_dim_remover.cc77 std::unique_ptr<HloInstruction> reshape = in HandleReduce() local
/external/tensorflow/tensorflow/core/tpu/kernels/xla/
Dget_item_op.cc67 auto reshape = xla::Reshape(slice, dims, out_sizes); in Compile() local
/external/tensorflow/tensorflow/compiler/jit/
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
/external/tensorflow/tensorflow/core/util/
Dstrided_slice_op.h133 const Vec& reshape() const { return reshape_; } in reshape() function
Dbcast.h35 const gtl::InlinedVector<int64_t, 4>& reshape, in ComputeBatchIndices()
94 const Vec& reshape(int i) const { return reshape_[i]; } in reshape() function
/external/tensorflow/tensorflow/compiler/tf2xla/
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
/external/armnn/src/backends/backendsCommon/test/
DReshapeEndToEndTestImpl.hpp32 IConnectableLayer* reshape = network->AddReshapeLayer(descriptor, "reshape"); in CreateReshapeNetwork() local
/external/webrtc/sdk/objc/components/renderer/opengl/
DRTCNSGLVideoView.m80 - (void)reshape { method in RTCNSGLVideoView
/external/eigen/test/
Dreshape.cpp196 EIGEN_DECLARE_TEST(reshape) in EIGEN_DECLARE_TEST() argument
/external/clang/test/Analysis/
Dmalloc-interprocedural.c77 static char *reshape(char *in) { in reshape() function
/external/tensorflow/tensorflow/core/kernels/
Dunravel_index_op.cc142 Eigen::array<Eigen::Index, 2> reshape{ in Compute() local
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()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Drestrict_max_rank.cc160 auto reshape = rewriter.create<ReshapeOp>(op.getLoc(), reshapedTy, input); in matchAndRewrite() local
/external/pytorch/torch/onnx/
Dsymbolic_opset14.py61 def reshape(g: jit_utils.GraphContext, self, shape): function
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Analysis/
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
/external/tensorflow/tensorflow/lite/kernels/
Dreshape.cc28 namespace reshape { namespace

1234