Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for crop_values (0.11 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

                   << ", and block_size " << block_size;
    
          if (!crops_values.empty()) {
            // output spatial dim = input spatial dim * block_size - crops.
            int64_t crop_a = crops_values[2 * (spatial_dim_index - 1)];
            int64_t crop_b = crops_values[2 * (spatial_dim_index - 1) + 1];
            if (output_dim != input_dim_pad - crop_a - crop_b)
              return op.emitOpError()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
Back to top