Home
last modified time | relevance | path

Searched defs:tensor1 (Results 1 – 17 of 17) 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/core/common_runtime/
Dthreadpool_device_test.cc36 bool Equal(const Tensor& tensor1, const Tensor& tensor2) { in Equal()
/external/tensorflow/tensorflow/lite/swift/Tests/
DTensorTests.swift47 let tensor1 = Tensor( in testEquatable() variable
/external/tensorflow/tensorflow/lite/micro/
Dmicro_allocator_test.cc669 TfLiteTensor* tensor1 = allocator->AllocatePersistentTfLiteTensor( in TF_LITE_MICRO_TEST() local
694 TfLiteTensor* tensor1 = allocator->AllocateTempTfLiteTensor( in TF_LITE_MICRO_TEST() local
707 TfLiteTensor* tensor1 = allocator->AllocateTempTfLiteTensor( in TF_LITE_MICRO_TEST() local
728 TfLiteTensor* tensor1 = allocator->AllocateTempTfLiteTensor( in TF_LITE_MICRO_TEST() local
/external/tensorflow/tensorflow/c/kernels/
Dsummary_op.cc113 bool IsSameSize(TF_Tensor* tensor1, TF_Tensor* tensor2) { in IsSameSize()
/external/tensorflow/tensorflow/lite/kernels/
Dconcatenation_test.cc213 auto tensor1 = {7.0f, 8.0f, 9.0f, 10.0f, 11.0f, 12.0f}; in TEST() local
407 auto tensor1 = {7.0f, 8.0f, 9.0f, 10.0f, 11.0f, 12.0f}; in TEST() local
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Dconcat_test.cc118 auto tensor1 = {7.0f, 8.0f, 9.0f, 10.0f, 11.0f, 12.0f}; in TwoInputsNegativeAxisImpl() local
/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc622 TfLiteTensor* tensor1; in GetPassthroughOpRegistration() local
857 TfLiteTensor* tensor1; in TEST() local
1207 TfLiteTensor* tensor1; in CopyOpRegistration() local
/external/tensorflow/tensorflow/core/grappler/
Dutils.cc102 TensorId tensor1 = ParseTensorName(name1); in IsSameInput() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder_test.cc874 auto* tensor1 = interpreter_.tensor(1); in InterpreterMultiNode() 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.c836 TENSOR tensor1[CNN_MAX_BRANCHES] = { 0 }; in av1_cnn_predict_c() local
/external/tensorflow/tensorflow/c/
Dc_api_test.cc2364 const char tensor1[] = {5, 7}; in TEST_F() local
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc485 Tensor tensor1; in TEST() local