Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for input_idx (0.12 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    *   [0, 255] for unsigned, num_bits = 8.
    
    If range_given == False, the initial input_min, input_max will be determined
    automatically as the minimum and maximum values in the input tensor, otherwise
    the specified values of input_min, input_max are used.
    
    Note: If the input_min, input_max are specified, they do not need to equal the
    actual minimum and maximum values in the tensor. e.g. in some cases it may be
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

            int64_t size =
                padding_low[i] + shape[i] + (shape[i] - 1) * padding_interm[i];
            padding_high.push_back(input_dim - size);
          } else {
            dims_to_reverse.push_back(i);
            padding_high.push_back(input_dim - begin_indices[i] - 1);
            padding_interm.push_back(-strides[i] - 1);
    
            // Pad the lower dimension up to the expected input shape.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top