Lines Matching defs:diag
41 InFlightDiagnostic diag = emitOpError()
45 diag.attachNote()
49 return diag;
55 InFlightDiagnostic diag = emitOpError()
60 diag.attachNote() << "the input tensor's elements must be rescaled"
62 return diag;
79 InFlightDiagnostic diag = emitOpError()
83 diag.attachNote()
87 return diag;
160 InFlightDiagnostic diag = op->emitOpError()
163 diag.attachNote() << "the tensor must have shape [d] where d "
166 return diag;