Searched refs:SafeDivHelper (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/cc/gradients/ |
D | math_grad.cc | 627 Output SafeDivHelper(const Scope& scope, const Output& x, const Output& y) { in SafeDivHelper() function 661 auto tile_scaling = SafeDivHelper(scope, input_shape, output_shape_kept_dims); in SumGradHelper() 695 auto group_size = SafeDivHelper(scope, Prod(scope, input_shape, zero), in MeanGrad() 887 auto tile_scaling = SafeDivHelper(scope, input_shape, output_shape_kept_dims); in ProdGrad()
|