Home
last modified time | relevance | path

Searched refs:bias_tensor_desc (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dfully_connected.cc228 TensorDescriptor bias_tensor_desc = CreateConstantLinearTensorDescriptor( in CreateFullyConnected() local
231 std::move(bias_tensor_desc))); in CreateFullyConnected()
244 TensorDescriptor bias_tensor_desc = CreateConstantLinearTensorDescriptor( in CreateFullyConnected() local
247 std::move(bias_tensor_desc))); in CreateFullyConnected()
Dconvolution_transposed_3x3_thin.cc252 TensorDescriptor bias_tensor_desc = CreateConstantLinearTensorDescriptor( in CreateConvolutionTransposed3x3Thin() local
255 std::move(bias_tensor_desc))); in CreateConvolutionTransposed3x3Thin()
272 TensorDescriptor bias_tensor_desc = CreateConstantLinearTensorDescriptor( in CreateConvolutionTransposed3x3ThinDynamicWeights() local
275 std::move(bias_tensor_desc))); in CreateConvolutionTransposed3x3ThinDynamicWeights()
Ddepthwise_conv.cc424 TensorDescriptor bias_tensor_desc = CreateConstantLinearTensorDescriptor( in CreateDepthwiseConvolution2D() local
427 std::move(bias_tensor_desc))); in CreateDepthwiseConvolution2D()
446 TensorDescriptor bias_tensor_desc = CreateConstantLinearTensorDescriptor( in CreateDepthwiseConvolution2DDynamicWeights() local
449 std::move(bias_tensor_desc))); in CreateDepthwiseConvolution2DDynamicWeights()
482 TensorDescriptor bias_tensor_desc = CreateConstantLinearTensorDescriptor( in CreateDepthwiseConvolution3D() local
485 std::move(bias_tensor_desc))); in CreateDepthwiseConvolution3D()
Dconvolution_transposed_4x4.cc408 TensorDescriptor bias_tensor_desc = CreateConstantLinearTensorDescriptor( in CreateConvolutionTransposed4x4() local
411 std::move(bias_tensor_desc))); in CreateConvolutionTransposed4x4()
429 TensorDescriptor bias_tensor_desc = CreateConstantLinearTensorDescriptor( in CreateConvolutionTransposed4x4DynamicWeights() local
432 std::move(bias_tensor_desc))); in CreateConvolutionTransposed4x4DynamicWeights()
Dconvolution_transposed_3x3.cc418 TensorDescriptor bias_tensor_desc = CreateConstantLinearTensorDescriptor( in CreateConvolutionTransposed3x3() local
421 std::move(bias_tensor_desc))); in CreateConvolutionTransposed3x3()
440 TensorDescriptor bias_tensor_desc = CreateConstantLinearTensorDescriptor( in CreateConvolutionTransposed3x3DynamicWeights() local
443 std::move(bias_tensor_desc))); in CreateConvolutionTransposed3x3DynamicWeights()
Dconvolution_transposed.cc614 TensorDescriptor bias_tensor_desc = CreateConstantLinearTensorDescriptor( in CreateConvolutionTransposed() local
617 std::move(bias_tensor_desc))); in CreateConvolutionTransposed()
627 TensorDescriptor bias_tensor_desc = CreateConstantLinearTensorDescriptor( in CreateConvolutionTransposed3D() local
630 std::move(bias_tensor_desc))); in CreateConvolutionTransposed3D()
659 TensorDescriptor bias_tensor_desc = CreateConstantLinearTensorDescriptor( in CreateConvolutionTransposedDynamicWeights() local
662 std::move(bias_tensor_desc))); in CreateConvolutionTransposedDynamicWeights()
Dwinograd.cc553 TensorDescriptor bias_tensor_desc = CreateConstantLinearTensorDescriptor( in CreateWinograd36To4x4() local
557 std::move(bias_tensor_desc))); in CreateWinograd36To4x4()
754 TensorDescriptor bias_tensor_desc = CreateConstantLinearTensorDescriptor( in CreateWinograd36To4x4Tile4x1() local
757 std::move(bias_tensor_desc))); in CreateWinograd36To4x4Tile4x1()
Dconv_constants.cc288 TensorDescriptor bias_tensor_desc = CreateConstantLinearTensorDescriptor( in CreateConvConstants() local
291 std::move(bias_tensor_desc))); in CreateConvConstants()