Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RID (1.11 sec)

  1. tensorflow/c/eager/gradients.cc

      }
      // TODO(b/166669239): This is needed to support AttrBuilder::Get for string
      // attributes. Number type attrs and DataType attrs work fine without this.
      // Consider getting rid of this and making the behavior between number types
      // and string consistent.
      forward_op_->attrs.BuildNodeDef();
      std::unique_ptr<GradientFunction> gradient_fn;
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Feb 15 09:49:45 GMT 2024
    - 19.3K bytes
    - Viewed (0)
  2. RELEASE.md

            support and new features.
        *   **API not found.** The new optimizer has a different set of public APIs
            from the old optimizer. These API changes are mostly related to
            getting rid of slot variables and TF1 support. Please check the API
            documentation to find alternatives to the missing API. If you must
            call the deprecated API, please change your optimizer to the legacy
            optimizer.
    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