Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetF32Scalar (0.23 sec)

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

      "std::numeric_limits<double>::quiet_NaN())">;
    
    class GetI64ScalarElementsAttr<int value> :
      NativeCodeCall<"GetI64ElementsAttr({" # value # "}, &$_builder)">;
    
    class GetF32Scalar<int value> :
      NativeCodeCall<"GetF32Scalar(&$_builder, " # value # ")">;
    
    def TrueBoolAttr : AttrConstraint<CPred<"$_self.cast<::mlir::BoolAttr>().getValue()">>;
    
    def CreateTFShapeOp : NativeCodeCall<
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 04 13:30:42 UTC 2024
    - 24.7K bytes
    - Viewed (0)
Back to top