Home
last modified time | relevance | path

Searched defs:expected_shape (Results 1 – 25 of 37) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/framework/python/framework/
Dtensor_util.py133 def _shape_tensor_compatible(expected_shape, actual_shape): argument
169 def _is_shape(expected_shape, actual_tensor, actual_shape=None): argument
189 def _assert_shape_op(expected_shape, actual_tensor): argument
232 def with_shape(expected_shape, tensor): argument
Dtensor_util_test.py83 def _assert_with_shape(self, tensor, expected_value, expected_shape, argument
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_expand_dims_op_test.py116 expected_shape=None): argument
Dragged_to_tensor_op_test.py102 expected_shape=None): argument
Dragged_constant_value_op_test.py148 expected_shape=None, argument
Dragged_stack_op_test.py325 expected_shape=None): argument
Dragged_const_op_test.py144 expected_shape=None, argument
Dragged_concat_op_test.py236 expected_shape=None): argument
/external/tensorflow/tensorflow/core/kernels/
Dsparse_add_op_test.cc89 Tensor expected_shape(allocator(), DT_INT64, in TEST_F() local
Dsparse_reduce_sum_op_test.cc118 Tensor expected_shape(allocator(), DT_INT64, {1}); in TEST_F() local
Dquantized_mul_op_test.cc42 float y_max_value, const std::vector<int64>& expected_shape, in TestMul()
129 std::vector<int64> expected_shape; in TestMulShape() local
Dquantized_add_op_test.cc42 float y_max_value, const std::vector<int64>& expected_shape, in TestAdd()
129 std::vector<int64> expected_shape; in TestAddShape() local
Dpadding_fifo_queue.cc256 const PartialTensorShape expected_shape = in ValidateManyTuple() local
Dqueue_base.cc167 const TensorShape expected_shape = ManyOutShape(i, batch_size); in ValidateManyTuple() local
Dlookup_table_op.cc389 TensorShape expected_shape({num_elements}); in Find() local
456 TensorShape expected_shape({batch_size}); in Insert() local
481 TensorShape expected_shape({key.dim_size(0)}); in Remove() local
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutable.cc73 const auto& expected_shape = computation->parameter_instruction(i)->shape(); in ExecuteOnStream() local
/external/tensorflow/tensorflow/python/kernel_tests/
Dedit_distance_op_test.py45 expected_shape, argument
Dsplit_op_test.py248 def _testEmpty(self, x, dim, num, expected_shape): argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_layout_assignment_test.cc361 Shape expected_shape = in TEST_F() local
399 Shape expected_shape = ShapeUtil::MakeShapeWithLayout(F32, {3, 2}, {1, 0}); in TEST_F() local
/external/tensorflow/tensorflow/python/kernel_tests/linalg/
Dlinear_operator_block_diag_test.py35 def _block_diag_dense(expected_shape, blocks): argument
/external/tensorflow/tensorflow/c/kernels/
Dbitcast_op_test.cc38 TensorShape expected_shape, error::Code expected_code) { in TestBitcastOp()
/external/tensorflow/tensorflow/core/example/
Dexample_parser_configuration_test.cc212 TensorShape expected_shape({1}); in TEST_F() local
/external/tensorflow/tensorflow/cc/ops/
Dconst_op_test.cc39 TensorShape expected_shape) { in ExpectTypeAndShape()
/external/tensorflow/tensorflow/contrib/feature_column/python/feature_column/
Dsequence_feature_column_test.py495 self, sparse_input_args, expected_shape): argument
530 self, sparse_input_args, expected_shape): argument
/external/tensorflow/tensorflow/python/feature_column/
Dsequence_feature_column_test.py488 self, sparse_input_args, expected_shape): argument
523 self, sparse_input_args, expected_shape): argument

12