Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Evaluators (0.07 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      if (!rt || !rt.hasStaticShape() || rt.getRank() != 1) return {};
      int dim_size = rt.getDimSize(0);
    
      // Worklist to direct partial evaluation.
      SmallVector<ValuePort, 4> worklist;
    
      // Simple evaluator that attempts to partially evaluate the input value even
      // if unable to evaluate the complete output. Below follows a simple stack
      // based evaluation where it queries what operands/part of operands need to
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
Back to top