Searched defs:FusedBatchNormGrad (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | fused_batch_norm_op.cc | 341 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 ()()
|
D | fused_batch_norm_op_test.cc | 240 static Graph* FusedBatchNormGrad(int n, int h, int w, int c, bool is_training, in FusedBatchNormGrad() function
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 27092 func FusedBatchNormGrad(scope *Scope, y_backprop tf.Output, x tf.Output, scale tf.Output, reserve_s… func
|