Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for TensorFlowDialect (1.93 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

                      mlir::quant::QuantizationDialect,
                      mlir::quantfork::QuantizationForkDialect,
                      mlir::TFL::TensorFlowLiteDialect, mlir::TF::TensorFlowDialect,
                      mlir::stablehlo::StablehloDialect, mlir::vhlo::VhloDialect>();
      mlir::func::registerAllExtensions(registry);
      context->appendDialectRegistry(registry);
    
      context->loadDialect<
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

      ConversionTarget target(*context);
      target.addLegalDialect<arith::ArithDialect>();
      target.addLegalDialect<func::FuncDialect>();
      target.addLegalDialect<TF::TensorFlowDialect>();
      target.addLegalOp<ModuleOp>();
      target.addLegalOp<func::FuncOp>();
      target.addIllegalOp<TF::XlaConvV2Op>();
      target.addIllegalOp<TF::XlaGatherOp>();
    
      RewritePatternSet patterns(context);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

                   .cast<mlir::BoolAttr>()
                   .getValue();
      };
    
      ConversionTarget target(*context);
      target.addDynamicallyLegalDialect<TF::TensorFlowDialect>(is_legal);
      target.addIllegalOp<TF::EmptyTensorListOp, TF::TensorListFromTensorOp,
                          TF::TensorListGetItemOp, TF::TensorListLengthOp,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
Back to top