Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/fold_constant_transpose.cc

        TransposeRecursively(values, transposed_values, current_indices);
    
        return transposed_values;
      }
    
      // Returns the shape after permutation.
      SmallVector<int64_t> GetTargetShape() const { return target_shape_; }
    
     private:
      // Helper function that performs transposition recursively by mapping each set
      // of indices from the original values to the target values.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top