Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fed (0.19 sec)

  1. tensorflow/c/experimental/grappler/grappler.h

    TF_CAPI_EXPORT extern void TF_DeleteGraphProperties(
        TF_GraphProperties* graph_properties);
    
    // Infer tensor shapes through abstract interpretation.
    // If assume_valid_feeds is true, it can help infer shapes in the fanout of fed
    // nodes. This may cause incorrectness in graph analyses, but is useful for
    // simulation or scheduling.
    // If aggressive_shape_inference is true, nodes are executed on the host to
    C
    - Registered: Tue Feb 27 12:39:08 GMT 2024
    - Last Modified: Wed Aug 03 18:08:43 GMT 2022
    - 12.5K bytes
    - Viewed (0)
  2. RELEASE.md

            *   `tf.function(jit_compile=True)`'s that use `Scatter`.
            *   (since v2.7) Stateful ops used in `tf.data.Dataset`
            *   (since v2.7) `tf.convert_to_tensor` when fed with (sparse)
                `tf.IndexedSlices` (because it uses `tf.math.unsorted_segment_sum`)
            *   (since v2.7) `tf.gather` backprop (because `tf.convert_to_tensor`
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top