Home
last modified time | relevance | path

Searched defs:grad_shape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtraining_ops.cc85 TensorShape grad_shape = ctx->InputShape(3); in Compile() local
143 TensorShape grad_shape = ctx->InputShape(3); in Compile() local
182 TensorShape grad_shape = ctx->InputShape(9); in Compile() local
284 TensorShape grad_shape = ctx->InputShape(7); in Compile() local
362 TensorShape grad_shape = ctx->InputShape(3); in CompileFtrl() local
Dimage_resize_ops.cc386 TensorShape grad_shape = ctx->InputShape(0); in Compile() local
/external/tensorflow/tensorflow/core/kernels/
Dmkl_relu_op.cc197 MklShape input_shape, grad_shape, output_shape; member
/external/tensorflow/tensorflow/python/ops/
Ddata_flow_ops.py1376 grad_shape=None, argument