Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/examples/tutorials/mnist/
Dinput_data.py130 reshape=True, argument
270 reshape=True, argument
/external/tensorflow/tensorflow/compiler/jit/
Dpartially_decluster_pass_test.cc308 Output reshape = ops::Reshape(s.WithOpName("reshape"), reshape_input, shape); in TEST() local
335 Output reshape = ops::Reshape(s.WithOpName("reshape"), reshape_input, shape); in TEST() local
360 Output reshape = ops::Reshape(s.WithOpName("reshape"), reshape_input, shape); in TEST() local
385 Output reshape = ops::Reshape(s.WithOpName("reshape"), reshape_input, shape); in TEST() local
424 Output reshape = in TEST() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dconst_analysis_test.cc100 Output reshape = ops::Reshape(root, arg1, add); in TEST() local
124 Output reshape = ops::Reshape(root, arg1, add); in TEST() local
/external/webrtc/talk/app/webrtc/objc/
DRTCNSGLVideoView.m70 - (void)reshape { method
/external/webrtc/webrtc/api/objc/
DRTCNSGLVideoView.m53 - (void)reshape { method
/external/tensorflow/tensorflow/python/training/
Dsaver.py309 reshape, argument
356 restore_sequentially, reshape): argument
413 reshape=False, argument
466 reshape=False, argument
683 reshape=False, argument
/external/tensorflow/tensorflow/lite/micro/kernels/
Dreshape.cc25 namespace reshape { namespace
/external/tensorflow/tensorflow/core/kernels/
Dunravel_index_op.cc100 Eigen::array<Eigen::Index, 2> reshape{{dims_tensor.NumElements(), 1}}; in Compute() local
Dscoped_allocator_ops_test.cc145 bool reshape, const string& name, int32 id, in BuildNodeDefWithReshape()
162 void MakeOp(const TensorShape& shape, DataType dtype, bool reshape, in MakeOp()
/external/tensorflow/tensorflow/core/util/
Dbcast.h35 const gtl::InlinedVector<int64, 4>& reshape, in ComputeBatchIndices()
94 const Vec& reshape(int i) const { return reshape_[i]; } in reshape() function
/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_padder.cc247 HloInstruction* reshape, int64 input_dim, in RewriteDynamicReshapeSplitInput()
405 HloInstruction* reshape, int64 input_dim, int64 output_dim, in RewriteDynamicReshapeCombineInput()
494 HloInstruction* reshape, int64 input_dim, HloInstruction* dynamic_size, in RewriteDynamicReshapeSingleDim()
722 HloInstruction* reshape, in RewriteDynamicReshape()
Ddepthwise_convolution_converter.cc182 auto reshape = in HandleBackwardFilterBatchGroupConvolution() local
Ddynamic_dimension_inference_test.cc485 auto* reshape = builder.AddInstruction( in TEST_F() local
520 auto* reshape = builder.AddInstruction(HloInstruction::CreateReshape( in TEST_F() local
546 auto* reshape = builder.AddInstruction( in TEST_F() local
Dhlo_computation_test.cc548 HloInstruction* reshape = in TEST_F() local
583 HloInstruction* reshape = in TEST_F() local
619 HloInstruction* reshape = in TEST_F() local
Dhlo_instruction_test.cc1150 HloInstruction* reshape = in TEST_F() local
1249 HloInstruction* reshape = in TEST_F() local
1381 HloInstruction* reshape = in TEST_F() local
1560 HloInstruction* reshape = in TEST_F() local
1602 HloInstruction* reshape = in TEST_F() local
1658 HloInstruction* reshape = in TEST_F() local
Ddfs_hlo_visitor_with_default.h189 Status HandleReshape(HloInstructionPtr reshape) override { in HandleReshape()
/external/clang/test/Analysis/
Dmalloc-interprocedural.c77 static char *reshape(char *in) { in reshape() function
/external/tensorflow/tensorflow/lite/kernels/
Dreshape.cc28 namespace reshape { namespace
/external/tensorflow/tensorflow/compiler/xla/tests/
Dbitcast_convert_test.cc134 auto reshape = Reshape(input, /*dimensions=*/{0}, /*new_sizes=*/{}); in TEST_F() local
Dslice_test.cc174 auto reshape = Reshape(original, {24, 3, 2, 7}); in TEST_F() local
184 auto reshape = Reshape(original, {2 * 3 * 5, 7}); in TEST_F() local
Dmultioutput_fusion_test.cc148 HloInstruction* reshape = in RunTest1D() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h738 reshape(const NewDimensions& newDimensions) const { in reshape() function
907 reshape(const NewDimensions& newDimensions) const { in reshape() function
912 reshape(const NewDimensions& newDimensions) { in reshape() function
/external/skia/modules/skottie/src/text/
DTextAdapter.cpp183 void TextAdapter::reshape() { in reshape() function in skottie::internal::TextAdapter
/external/tensorflow/tensorflow/python/framework/
Dtensor_util_test.py1155 def reshape(): function
1171 def reshape(): function
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc627 auto reshape = original.Reshape(/*dimensions=*/{}).ConsumeValueOrDie(); in TEST_F() local
646 auto reshape = original.Reshape({3, 4, 2}).ConsumeValueOrDie(); in TEST_F() local
666 auto reshape = original.Reshape({3, 4, 2}).ConsumeValueOrDie(); in TEST_F() local
673 auto reshape = original.Transpose(/*permutation=*/{}); in TEST_F() local
686 auto reshape = original.Transpose(/*permutation=*/{2, 3, 0, 1}); in TEST_F() local

123