Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 106 for TD (0.02 sec)

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

    limitations under the License.
    ==============================================================================*/
    
    include "mlir/IR/OpBase.td"
    include "mlir/IR/PatternBase.td"
    include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td"
    
    // TODO(jpienaar): Move this somewhere general.
    class GetI64ScalarElementsAttr<int value> :
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/transforms/passes.td

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    include "mlir/Pass/PassBase.td"
    
    def ComposeUniformQuantizedTypePass : Pass<"compose-uniform-quantized-type", "ModuleOp"> {
      let summary = "Compose uniform quantized types in StableHLO.";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 21:59:06 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/legalize_patterns.td

    // TFLite legalization patterns
    
    include "mlir/IR/OpBase.td"
    include "mlir/IR/PatternBase.td"
    include "mlir/Dialect/Arith/IR/ArithOps.td"
    include "mlir/Dialect/Func/IR/FuncOps.td"
    include "tensorflow/compiler/mlir/lite/ir/tfl_ops.td"
    include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td"
    include "tensorflow/compiler/mlir/lite/utils/utils.td"
    
    def CreateEmptyBoolAttr : NativeCodeCall<"::mlir::BoolAttr()">;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 04 13:30:42 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfr/ir/tfr_ops.td

    include "mlir/Dialect/Shape/IR/ShapeBase.td"
    include "mlir/IR/OpBase.td"
    include "mlir/Interfaces/FunctionInterfaces.td"
    include "mlir/Dialect/Quant/QuantOpsBase.td"
    include "mlir/IR/SymbolInterfaces.td"
    include "mlir/Interfaces/CallInterfaces.td"
    include "mlir/Interfaces/ControlFlowInterfaces.td"
    include "mlir/Interfaces/InferTypeOpInterface.td"
    include "mlir/Interfaces/SideEffectInterfaces.td"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 10:54:29 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/stablehlo/odml_converter/passes.td

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    include "mlir/Pass/PassBase.td"
    
    def OutlineCompositesPass: Pass<"outline-composites", "func::FuncOp"> {
      let summary = "Outlines specific patterns into composites.";
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 19:05:30 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/quantization/ir/QuantOpsBase.td

    //
    // Predicates for types in the Quantization dialect.
    //
    //===----------------------------------------------------------------------===//
    
    #ifndef QUANT_FORK_BASE
    #define QUANT_FORK_BASE
    
    include "mlir/IR/OpBase.td"
    
    def QuantizationFork_Dialect : Dialect {
      let name = "quantfork";
      let cppNamespace = "::mlir::quantfork";
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 06:25:50 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/common/ir/QuantOpsBase.td

    //
    // Predicates for types in the Quantization dialect.
    //
    //===----------------------------------------------------------------------===//
    
    #ifndef QUANTIZATION_BASE
    #define QUANTIZATION_BASE
    
    include "mlir/IR/OpBase.td"
    
    def Quant_Dialect : Dialect {
      let name = "quantization";
      let cppNamespace = "::mlir::quant::ir";
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 06:25:50 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/transforms/prepare_patterns.td

    limitations under the License.
    ==============================================================================*/
    
    include "tensorflow/compiler/mlir/tensorflow/transforms/optimize.td"
    include "tensorflow/compiler/mlir/lite/ir/tfl_ops.td"
    include "tensorflow/compiler/mlir/lite/utils/utils.td"
    
    def FalseBoolAttr : AttrConstraint<CPred<"!$_self.getValue()">>;
    
    def DenseElementsAttr : ElementsAttrBase<
      CPred<"$_self.isa<DenseElementsAttr>()">,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/stablehlo/transforms/composite_avg_pool_patterns.td

    limitations under the License.
    ==============================================================================*/
    
    include "mlir/IR/PatternBase.td"
    include "tensorflow/compiler/mlir/lite/stablehlo/transforms/composite_utils.td"
    include "mhlo/IR/hlo_ops.td"
    
    
    // See the function doc in the header file.
    def GetPadOpType : NativeCodeCall<
      "GetPadOpType((*$0.begin()).getDefiningOp<mhlo::CompositeOp>())">;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:16:05 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tfrt/ir/tfrt_fallback.td

    limitations under the License.
    ==============================================================================*/
    
    #ifdef TFRT_FALLBACK_OPS
    #else
    #define TFRT_FALLBACK_OPS
    
    include "mlir/Interfaces/SideEffectInterfaces.td"
    
    def Fallback_Dialect : Dialect {
      let name = "tfrt_fallback";
    
      let description = [{
        The TFRT Fallback Dialect.
      }];
    
      let cppNamespace = "::tfrt::fallback";
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 15:01:21 UTC 2024
    - 1.7K bytes
    - Viewed (0)
Back to top