Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for regular (0.21 sec)

  1. RELEASE.md

    *   Deprecate `histogram_summary`, `audio_summary`, `scalar_summary`,
        `image_summary`, `merge_summary`, and `merge_all_summaries`.
    *   Combined `batch_*` and regular version of linear algebra and FFT ops. The
        regular op now handles batches as well. All `batch_*` Python interfaces were
        removed.
    *   `tf.all_variables`, `tf.VARIABLES` and `tf.initialize_all_variables` renamed
    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

    Wraps an arbitrary MLIR computation expressed as a module with a main() function.
      }];
    
      let description = [{
    This operation does not have an associated kernel and is not intended to be
    executed in a regular TensorFlow session. Instead it is intended to be used for
    testing or for special case where a user intends to pass custom MLIR computation
    through a TensorFlow graph with the intent of having custom tooling processing
    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