Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for UnidirectionalSequenceLSTMOp (0.2 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

    }
    
    //===----------------------------------------------------------------------===//
    // UnidirectionalSequenceLSTMOp
    //===----------------------------------------------------------------------===//
    
    mlir::LogicalResult UnidirectionalSequenceLSTMOp::verify() {
      UnidirectionalSequenceLSTMOp op = *this;
      auto operands = op.GetStatefulOperands();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

          continue;
        }
        std::vector<int32_t> intermediates;
        // Build intermediate tensors for tfl.lstm and insert these tensors into
        // flatbuffer.
        if (llvm::isa<mlir::TFL::LSTMOp, mlir::TFL::UnidirectionalSequenceLSTMOp>(
                inst)) {
          std::vector<std::string> intermediate_names = {
              "input_to_input_intermediate", "input_to_forget_intermediate",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top