Home
last modified time | relevance | path

Searched defs:output_grad_shape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dresampler_ops.cc632 TensorShape output_grad_shape = ctx->InputShape("grad_output"); in Compile() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc1418 const Shape& output_grad_shape, int64 feature_index) { in InferBatchNormGradShape()