QuantizedMatMulWithBias.Options
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
상속된 메서드
java.lang.Object 클래스에서 부울 | 같음 (개체 arg0) |
마지막 수업<?> | getClass () |
정수 | 해시 코드 () |
최종 무효 | 알림 () |
최종 무효 | 통지모두 () |
끈 | toString () |
최종 무효 | 대기 (long arg0, int arg1) |
최종 무효 | 기다리세요 (긴 arg0) |
최종 무효 | 기다리다 () |
공개 방법
매개변수
입력QuantMode | 입력 데이터 양자화 모드. MIN_FIRST(기본값) 또는 SCALED입니다. |
---|
매개변수
전치A | true인 경우 'a'는 곱하기 전에 전치됩니다. |
---|
매개변수
B | true인 경우 'b'는 곱하기 전에 전치됩니다. |
---|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[],[],null,["# QuantizedMatMulWithBias.Options\n\npublic static class **QuantizedMatMulWithBias.Options** \nOptional attributes for [QuantizedMatMulWithBias](/jvm/api_docs/java/org/tensorflow/op/linalg/QuantizedMatMulWithBias) \n\n### Public Methods\n\n|----------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [QuantizedMatMulWithBias.Options](/jvm/api_docs/java/org/tensorflow/op/linalg/QuantizedMatMulWithBias.Options) | [inputQuantMode](/jvm/api_docs/java/org/tensorflow/op/linalg/QuantizedMatMulWithBias.Options#inputQuantMode(java.lang.String))(String inputQuantMode) |\n| [QuantizedMatMulWithBias.Options](/jvm/api_docs/java/org/tensorflow/op/linalg/QuantizedMatMulWithBias.Options) | [transposeA](/jvm/api_docs/java/org/tensorflow/op/linalg/QuantizedMatMulWithBias.Options#transposeA(java.lang.Boolean))(Boolean transposeA) |\n| [QuantizedMatMulWithBias.Options](/jvm/api_docs/java/org/tensorflow/op/linalg/QuantizedMatMulWithBias.Options) | [transposeB](/jvm/api_docs/java/org/tensorflow/op/linalg/QuantizedMatMulWithBias.Options#transposeB(java.lang.Boolean))(Boolean transposeB) |\n\n### Inherited Methods\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| boolean | equals(Object arg0) |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Methods\n--------------\n\n#### public [QuantizedMatMulWithBias.Options](/jvm/api_docs/java/org/tensorflow/op/linalg/QuantizedMatMulWithBias.Options)\n**inputQuantMode**\n(String inputQuantMode)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| inputQuantMode | Input data quantization mode. Either MIN_FIRST(default) or SCALED. |\n|----------------|--------------------------------------------------------------------|\n\n#### public [QuantizedMatMulWithBias.Options](/jvm/api_docs/java/org/tensorflow/op/linalg/QuantizedMatMulWithBias.Options)\n**transposeA**\n(Boolean transposeA)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| transposeA | If true, \\`a\\` is transposed before multiplication. |\n|------------|-----------------------------------------------------|\n\n#### public [QuantizedMatMulWithBias.Options](/jvm/api_docs/java/org/tensorflow/op/linalg/QuantizedMatMulWithBias.Options)\n**transposeB**\n(Boolean transposeB)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| transposeB | If true, \\`b\\` is transposed before multiplication. |\n|------------|-----------------------------------------------------|"]]