/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_reshape_op_test.cc | 43 TEST_F(QuantizedReshapeTest, Reshape) { in TEST_F() argument
|
D | reshape_util.cc | 34 void Reshape(OpKernelContext *context, const Tensor &input_indices_in, in Reshape() function
|
D | scoped_allocator_ops_test.cc | 218 TEST_F(ScopedAllocatorConcatOpTest, Reshape) { in TEST_F() argument
|
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/ |
D | parse_testdata.cc | 299 class Reshape : public Message { class 301 explicit Reshape(TestRunner* test_runner) : test_runner_(test_runner) { in Reshape() function in tflite::testing::Reshape
|
/external/tensorflow/tensorflow/lite/testing/ |
D | parse_testdata.cc | 296 class Reshape : public Message { class 298 explicit Reshape(TestRunner* test_runner) : test_runner_(test_runner) { in Reshape() function in tflite::testing::Reshape
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/ |
D | reshape.py | 65 class Reshape(bijector.Bijector): class
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 1960 ## Reshape section in Operation Semantics
|
/external/tensorflow/tensorflow/contrib/specs/python/ |
D | specs_ops.py | 111 Reshape = Fun(array_ops.reshape) variable
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | core.py | 371 class Reshape(Layer): class
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 713 StatusOr<XlaOp> XlaBuilder::Reshape(const Shape& shape, const XlaOp& operand) { in Reshape() function in xla::XlaBuilder 890 XlaOp XlaBuilder::Reshape(const XlaOp& operand, in Reshape() function in xla::XlaBuilder 905 XlaOp XlaBuilder::Reshape(const XlaOp& operand, in Reshape() function in xla::XlaBuilder 2855 XlaOp Reshape(const XlaOp& operand, absl::Span<const int64> dimensions, in Reshape() function 2860 XlaOp Reshape(const XlaOp& operand, absl::Span<const int64> new_sizes) { in Reshape() function
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | local_computation_builder.cc | 487 LocalOp ComputationBuilder::Reshape(const LocalOp& operand, in Reshape() function in xla::swig::ComputationBuilder
|
D | xla_client.py | 1188 def Reshape(self, operand, dimensions, new_sizes): member in ComputationBuilder
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal.cc | 648 StatusOr<Literal> LiteralBase::Reshape( in Reshape() function in xla::LiteralBase
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_test.cc | 409 TEST_F(TensorReshapeTest, Reshape) { in TEST_F() argument
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | operator.cc | 857 class Reshape class
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 2661 TEST_F(OpTest, Reshape) { in TEST_F() argument
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 2113 func Reshape(scope *Scope, tensor tf.Output, shape tf.Output) (output tf.Output) { func
|