Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dadd_bias.cc35 TransformResult FillBias( in FillBias() function
63 return FillBias(attr.weights.shape.o, &attr.bias); in ApplyToNode()
69 return FillBias(attr.weights.shape.o, &attr.bias); in ApplyToNode()
81 return FillBias(attr.weights.shape.o * attr.weights.shape.i, &attr.bias); in ApplyToNode()
86 return FillBias(attr.weights.shape.o, &attr.bias); in ApplyToNode()