Home
last modified time | relevance | path

Searched defs:data_tensor (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_reduction_sycl.cpp68 using data_tensor = Tensor<DataType, 2, DataLayout, IndexType>; in test_full_reductions_sum_with_offset_sycl() typedef
142 using data_tensor = Tensor<DataType, 2, DataLayout, IndexType>; in test_full_reductions_max_with_offset_sycl() typedef
275 using data_tensor = Tensor<DataType, 2, DataLayout, IndexType>; in test_full_reductions_mean_with_offset_sycl() typedef
320 using data_tensor = Tensor<DataType, 1, DataLayout, IndexType>; in test_full_reductions_mean_with_odd_offset_sycl() typedef
398 using data_tensor = Tensor<DataType, 2, DataLayout, IndexType>; in test_full_reductions_min_with_offset_sycl() typedef
489 using data_tensor = Tensor<DataType, 2, DataLayout, IndexType>; in test_first_dim_reductions_max_with_offset_sycl() typedef
546 using data_tensor = Tensor<DataType, 2, DataLayout, IndexType>; in test_last_dim_reductions_max_with_offset_sycl() typedef
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
H A Dconv_2d_builder.cc126 const TfLiteIntArray* inputs, const TfLiteTensor& data_tensor, in BuildDilatedDwConv()
240 const TfLiteIntArray* inputs, const TfLiteTensor& data_tensor, in BuildSplittedDwConv()
375 const auto& data_tensor = context->tensors[inputs->data[0]]; in PopulateSubGraph() local
H A Dpool_2d_builder.cc34 const auto& data_tensor = context->tensors[tensor_id]; in PopulateSubGraph() local
H A Dconcat_builder.cc54 const auto& data_tensor = context->tensors[tensor_id]; in PopulateSubGraph() local
H A Dtranspose_conv_2d_builder.cc44 const auto& data_tensor = context->tensors[tensor_id]; in PopulateSubGraph() local
H A Dmatmul_builder.cc55 const auto& data_tensor = context->tensors[data_tensor_id]; in AddFullyConnectedHelper() local
H A Dconv_2d_helpers.cc102 const TfLiteTensor& data_tensor, const TfLiteTensor& bias_tensor, in ProcessPerChannelQuantizedBias()