Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
Dmnist.py130 reshape=True, argument
236 reshape=True, argument
/external/tensorflow/tensorflow/compiler/jit/
Dpartially_decluster_pass_test.cc311 Output reshape = ops::Reshape(s.WithOpName("reshape"), reshape_input, shape); in TEST() local
338 Output reshape = ops::Reshape(s.WithOpName("reshape"), reshape_input, shape); in TEST() local
363 Output reshape = ops::Reshape(s.WithOpName("reshape"), reshape_input, shape); in TEST() local
388 Output reshape = ops::Reshape(s.WithOpName("reshape"), reshape_input, shape); in TEST() local
427 Output reshape = in TEST() local
Dmark_for_compilation_pass_test.cc799 Output reshape = in TEST() local
843 Output reshape = in TEST() local
871 Output reshape = in TEST() local
902 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.py312 reshape, argument
359 restore_sequentially, reshape): argument
416 reshape=False, argument
470 reshape=False, argument
687 reshape=False, argument
/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.cc144 bool reshape, const string& name, int32 id, in BuildNodeDefWithReshape()
161 void MakeOp(const TensorShape& shape, DataType dtype, bool reshape, in MakeOp()
/external/clang/test/Analysis/
Dmalloc-interprocedural.c77 static char *reshape(char *in) { in reshape() function
/external/tensorflow/tensorflow/contrib/metrics/python/kernel_tests/
Dhistogram_ops_test.py237 def reshape(scores): function
/external/tensorflow/tensorflow/lite/kernels/
Dreshape.cc25 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
Dselect_and_scatter_test.cc279 const auto reshape = in XLA_TEST_F() 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/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization_test.cc63 auto reshape = builder.AddInstruction( in MakeRematerializableComputation() local
108 auto reshape = builder.AddInstruction( in MakeRematerializableWhileComputation() 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.cc1147 HloInstruction* reshape = in TEST_F() local
1188 HloInstruction* reshape = in TEST_F() local
1320 HloInstruction* reshape = in TEST_F() local
1485 HloInstruction* reshape = in TEST_F() local
1527 HloInstruction* reshape = in TEST_F() local
1583 HloInstruction* reshape = in TEST_F() local
Ddfs_hlo_visitor_with_default.h182 Status HandleReshape(HloInstructionPtr reshape) override { in HandleReshape()
/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py107 reshape = _ops.reshape variable
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc664 auto reshape = original.Reshape(/*dimensions=*/{}).ConsumeValueOrDie(); in TEST_F() local
683 auto reshape = original.Reshape({3, 4, 2}).ConsumeValueOrDie(); in TEST_F() local
703 auto reshape = original.Reshape({3, 4, 2}).ConsumeValueOrDie(); in TEST_F() local
710 auto reshape = original.Transpose(/*permutation=*/{}); in TEST_F() local
723 auto reshape = original.Transpose(/*permutation=*/{2, 3, 0, 1}); in TEST_F() local
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dops.py301 def reshape(labeled_tensor, existing_axes, new_axes, name=None): function
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py395 def reshape(x, new_sizes, dimensions=None, name=None): function

12