Home
last modified time | relevance | path

Searched defs:tensor2 (Results 1 – 14 of 14) 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/core/common_runtime/
Dthreadpool_device_test.cc36 bool Equal(const Tensor& tensor1, const Tensor& tensor2) { in Equal()
/external/tensorflow/tensorflow/lite/swift/Tests/
DTensorTests.swift54 var tensor2 = Tensor( in testEquatable() variable
/external/tensorflow/tensorflow/c/kernels/
Dsummary_op.cc113 bool IsSameSize(TF_Tensor* tensor1, TF_Tensor* tensor2) { in IsSameSize()
/external/tensorflow/tensorflow/lite/micro/
Dmicro_allocator_test.cc675 TfLiteTensor* tensor2 = allocator->AllocatePersistentTfLiteTensor( in TF_LITE_MICRO_TEST() local
711 TfLiteTensor* tensor2 = allocator->AllocateTempTfLiteTensor( in TF_LITE_MICRO_TEST() local
734 TfLiteTensor* tensor2 = allocator->AllocateTempTfLiteTensor( in TF_LITE_MICRO_TEST() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder_test.cc253 auto* tensor2 = interpreter_.tensor(2); in InterpreterFp16() local
875 auto* tensor2 = interpreter_.tensor(2); in InterpreterMultiNode() local
/external/tensorflow/tensorflow/core/grappler/
Dutils.cc103 TensorId tensor2 = ParseTensorName(name2); in IsSameInput() local
/external/tensorflow/tensorflow/core/kernels/
Dlookup_table_op.cc777 bool IsEqualKey(typename TTypes<K>::Matrix tensor1, int64 index1, MT2 tensor2, in IsEqualKey()
/external/libaom/libaom/av1/encoder/
Dcnn.c837 TENSOR tensor2[CNN_MAX_BRANCHES] = { 0 }; in av1_cnn_predict_c() local
/external/tensorflow/tensorflow/c/
Dc_api_test.cc2368 const char tensor2[] = {2, 4, 6, 8}; in TEST_F() local