Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for recorder (0.16 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. RELEASE.md

    *   Remove `tf.contrib.data.Iterator.from_dataset()` method. Use
        `Dataset.make_initializable_iterator()` instead.
    *   Remove seldom used and unnecessary `tf.contrib.data.Iterator.dispose_op()`.
    *   Reorder some TF-GAN loss functions in a non-backwards compatible way.
    
    ## Known Issues
    
    *   In Python 3, `Dataset.from_generator()` does not support Unicode strings.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. 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