Home
last modified time | relevance | path

Searched defs:FusedBatchNormGrad (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op.cc341 struct FusedBatchNormGrad<CPUDevice, T, U> { struct
342 void operator()(OpKernelContext* context, const Tensor& y_backprop_input, in operator ()()
984 struct FusedBatchNormGrad<GPUDevice, T, U> { struct
985 void operator()(OpKernelContext* context, const Tensor& y_backprop, in operator ()()
Dfused_batch_norm_op_test.cc240 static Graph* FusedBatchNormGrad(int n, int h, int w, int c, bool is_training, in FusedBatchNormGrad() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go27092 func FusedBatchNormGrad(scope *Scope, y_backprop tf.Output, x tf.Output, scale tf.Output, reserve_s… func