Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TensorFlowLiteDialect (0.81 sec)

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

        }
        tf_dialect_ =
            module.getContext()->getOrLoadDialect<mlir::TF::TensorFlowDialect>();
        tfl_dialect_ = module.getContext()
                           ->getOrLoadDialect<mlir::TFL::TensorFlowLiteDialect>();
        vhlo_dialect_ =
            module.getContext()->getOrLoadDialect<mlir::vhlo::VhloDialect>();
        // Right now the TF executor dialect is still needed to build NodeDef.
        module.getContext()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

            /*max_bcast_rank=*/6);
      }
      return false;
    }
    
    //===----------------------------------------------------------------------===//
    // TensorFlowLiteDialect
    //===----------------------------------------------------------------------===//
    
    struct TensorFlowLiteInlinerInterface : public DialectInlinerInterface {
      using DialectInlinerInterface::DialectInlinerInterface;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top