Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for UnidirectionalSequenceLSTMOp (0.61 sec)

  1. 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