Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for placement (0.15 sec)

  1. RELEASE.md

            enable changing the underlying storage there.
        *   The following Python symbols were accidentally added in earlier versions
            of TensorFlow and now are removed. Each symbol has a replacement that
            should be used instead, but note the replacement's argument names are
            different.
            *   `tf.quantize_and_dequantize_v4` (accidentally introduced in
                TensorFlow 2.4): Use `tf.quantization.quantize_and_dequantize_v2`
    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)
  2. tensorflow/c/c_api.h

                                                  TF_Operation* input);
    
    // Request that `desc` be co-located on the device where `op`
    // is placed.
    //
    // Use of this is discouraged since the implementation of device placement is
    // subject to change. Primarily intended for internal libraries
    TF_CAPI_EXPORT extern void TF_ColocateWith(TF_OperationDescription* desc,
                                               TF_Operation* op);
    
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Viewed (3)
Back to top