Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for int64Ptr (0.19 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        are only kept in the context rather than the ops folded/IR mutated.
      }];
    
      let constructor = "TF::CreateTFShapeInferencePass()";
    
      let options = [
        Option<"max_iterations_", "max-iterations", "int64_t", /*default=*/"10",
               "Maximum shape inference iterations">,
        Option<"input_arg_shapes_", "input-arg-shapes", "std::string", /*default=*/"",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

    // Derived shape attribute class.
    //===----------------------------------------------------------------------===//
    class DerivedShapeAttr<code body> : DerivedAttr<"ArrayRef<int64_t>", body>;
    class DerivedTFLiteTypeAttr<code body, code convert> :
      DerivedAttr<"tflite::TensorType", body, convert>;
    
    // TFL Runtime op trait predicate.
    class TFL_RuntimePredOpTrait<string desc, Pred pred> :
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top