Home
last modified time | relevance | path

Searched defs:tensor2 (Results 1 – 9 of 9) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_layout_swap.cpp21 Tensor<float, 3, RowMajor> tensor2 = tensor.swap_layout(); in test_simple_swap() local
41 Tensor<float, 3, RowMajor> tensor2(7,3,2); in test_swap_as_lvalue() local
Dcxx11_tensor_morphing.cpp22 Tensor<float, 3> tensor2(2,3,7); in test_simple_reshape() local
53 TensorMap<Tensor<float, 5>> tensor2(m2.data(), 3,5,7,11,13); in test_reshape_in_expr() local
140 TensorMap<Tensor<float, 2, DataLayout>> tensor2(m2.data(), 3, 3); in test_slice_in_expr() local
171 Tensor<float, 3, DataLayout> tensor2(2,2,7); in test_slice_as_lvalue() local
329 Tensor<float, 2, DataLayout> tensor2(7,11); in test_strided_slice() local
421 Tensor<float, 2, DataLayout> tensor(7,11),tensor2(7,11); in test_strided_slice_write() local
Dcxx11_tensor_io.cpp74 Tensor<int, 1, DataLayout> tensor2(5); in test_output_expr() local
Dcxx11_tensor_custom_op.cpp88 Tensor<float, 3> tensor2(3,7,5); in test_custom_binary_op() local
Dcxx11_tensor_assign.cpp234 Tensor<int, 1> tensor2(3); in test_auto_resize() local
/external/tensorflow/tensorflow/contrib/gan/python/
Dtrain_test.py747 self, tensor1, tensor2, pool_size): argument
/external/tensorflow/tensorflow/core/grappler/
Dutils.cc168 TensorId tensor2 = ParseTensorName(name2); in IsSameInput() local
/external/tensorflow/tensorflow/core/kernels/
Dlookup_table_op.cc755 bool IsEqualKey(typename TTypes<K>::Matrix tensor1, int64 index1, MT2 tensor2, in IsEqualKey()
/external/tensorflow/tensorflow/c/
Dc_api_test.cc2321 const char tensor2[] = {2, 4, 6, 8}; in TEST_F() local