Home
last modified time | relevance | path

Searched refs:bias_const_node (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dconv_2d_helpers.cc106 std::vector<int>* preprocessed_bias_data, OpBuilder** bias_const_node) { in ProcessPerChannelQuantizedBias() argument
146 if (bias_const_node) { in ProcessPerChannelQuantizedBias()
147 *bias_const_node = bias_data_node; in ProcessPerChannelQuantizedBias()
Dconv_2d_builder.h158 OpBuilder** bias_const_node = nullptr);