QuantizedReshape

공개 최종 클래스 QuantizedReshape

Reshape 작업에 따라 양자화된 텐서를 재구성합니다.

````

공개 방법

static <T, U 확장 번호> QuantizedReshape <T>
생성 ( Scope 범위, Operand <T> 텐서, Operand <U> 모양, Operand <Float> inputMin, Operand <Float> inputMax)
새로운 QuantizedReshape 작업을 래핑하는 클래스를 생성하는 팩토리 메서드입니다.
출력 <T>
출력 ()
출력 <플로트>
출력최대 ()
이 값은 input_max에서 복사됩니다.
출력 <플로트>
출력최소 ()
이 값은 input_min에서 복사됩니다.

상속된 메서드

공개 방법

public static QuantizedReshape <T> create ( Scope 범위, Operand <T> 텐서, Operand <U> 모양, Operand <Float> inputMin, Operand <Float> inputMax)

새로운 QuantizedReshape 작업을 래핑하는 클래스를 생성하는 팩토리 메서드입니다.

매개변수
범위 현재 범위
모양 출력 텐서의 모양을 정의합니다.
최소 입력 입력의 최소값입니다.
입력최대 입력의 최대값입니다.
보고
  • QuantizedReshape의 새로운 인스턴스

공개 출력 <T> 출력 ()

공개 출력 <Float> outputMax ()

이 값은 input_max에서 복사됩니다.

공개 출력 <Float> 출력Min ()

이 값은 input_min에서 복사됩니다.