Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for indices_size (0.1 sec)

  1. tensorflow/cc/gradients/array_grad.cc

    }
    
    Output BatchGatherGrad(const Scope& scope, Output params_shape, Output values,
                           Output indices, int batch_dims, Output gather_dim_size) {
      // Axis is the first non-batch dimension.
      auto indices_size = ExpandDims(scope, Size(scope, indices), 0);
      Output outer_shape, flat_values_shape;
      if (batch_dims != 0) {
        auto values_shape = Shape(scope, values);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 10 23:33:32 UTC 2023
    - 31.7K bytes
    - Viewed (0)
Back to top