Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for record_if (0.14 sec)

  1. RELEASE.md

        *   Add Conv3DTranspose as a builtin op.
    *   `tf.summary`:
        *   Fix `tf.summary.should_record_summaries()` so it correctly reflects when
            summaries will be written, even when `tf.summary.record_if()` is not n
            effect, by returning True tensor if default writer is present.
    *   Grappler:
        *   Disable default Grappler optimization timeout to make the optimization
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF_WriteTrainingPredictionsOp : TF_Op<"WriteTrainingPredictions", [DeclareOpInterfaceMethods<MemoryEffectsOpInterface>]> {
      let summary = [{
    Writes the given predictions into a RecordIO file using a previously
      }];
    
      let description = [{
    initialized global TrainingPredictionWriter. The predictions are transformed
    into a PredictionData proto before they are written to the file.
      }];
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top