Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dgradient_checker.py54 def _compute_theoretical_jacobian(x, x_shape, x_data, dy, dy_shape, dx, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dstrided_slice_op.cc240 TensorShape dy_shape = context->input(4).shape(); in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dstrided_slice_op.cc551 const TensorShape dy_shape = ctx->InputShape(4); in Compile() local