Home
last modified time | relevance | path

Searched defs:tensor1 (Results 1 – 11 of 11) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_morphing.cpp19 Tensor<float, 5> tensor1(2,3,1,7,1); in test_simple_reshape() local
52 TensorMap<Tensor<float, 5>> tensor1(m1.data(), 2,3,5,7,11); in test_reshape_in_expr() local
139 TensorMap<Tensor<float, 2, DataLayout>> tensor1(m1.data(), 7, 7); in test_slice_in_expr() local
169 Tensor<float, 3, DataLayout> tensor1(2,2,7); in test_slice_as_lvalue() local
Dcxx11_tensor_io.cpp73 Tensor<int, 1, DataLayout> tensor1(5); in test_output_expr() local
Dcxx11_tensor_custom_op.cpp86 Tensor<float, 3> tensor1(2,3,5); in test_custom_binary_op() local
Dcxx11_tensor_assign.cpp233 Tensor<int, 1> tensor1; in test_auto_resize() local
/external/tensorflow/tensorflow/lite/kernels/
Dconcatenation_test.cc123 auto tensor1 = {7.0f, 8.0f, 9.0f, 10.0f, 11.0f, 12.0f}; in TEST() local
/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc545 TfLiteTensor* tensor1 = &context->tensors[node->outputs->data[0]]; in TEST() local
694 TfLiteTensor* tensor1 = &context->tensors[node->outputs->data[0]]; in TEST() local
941 TfLiteTensor* tensor1 = &context->tensors[node->outputs->data[0]]; in CopyOpRegistration() local
/external/tensorflow/tensorflow/core/grappler/
Dutils.cc167 TensorId tensor1 = ParseTensorName(name1); in IsSameInput() local
/external/tensorflow/tensorflow/contrib/gan/python/
Dtrain_test.py747 self, tensor1, tensor2, pool_size): argument
/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/compiler/xrt/tests/
Draw_api_test.cc280 Tensor tensor1; in TEST() local
/external/tensorflow/tensorflow/c/
Dc_api_test.cc2317 const char tensor1[] = {5, 7}; in TEST_F() local