Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bufferIndex (0.07 sec)

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

      }
      return mlir::GetMlirOpNameFromOpCode(op_code);
    }
    
    StatusOr<Operation*> BuildExternalConstOp(const tflite::TensorT& tensor,
                                              int32_t buffer_index,
                                              OpBuilder builder, Location loc) {
      TF_ASSIGN_OR_RETURN(mlir::TensorType type,
                          tfl::GetTensorType(tensor, builder,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
Back to top