summary_kernels.cc | 258 OP_REQUIRES_OK(ctx, ctx->GetAttr("max_outputs", &max_outputs_)); 259 OP_REQUIRES(ctx, max_outputs_ > 0, 279 s->WriteAudio(step, *t, tag, max_outputs_, sample_rate)); 283 int max_outputs_; member in class:tensorflow::WriteAudioSummaryOp
|