Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getUser (0.21 sec)

  1. tensorflow/c/c_api_internal.h

    // rank is known), then it must be equal to the length of `shapes[i]`; if
    // `ranks[i] == 1`, then `shapes[i]` may be nullptr.
    //
    // TODO(akshayka): Implement a corresponding getter method.
    void TF_GraphSetOutputHandleShapesAndTypes(TF_Graph* graph, TF_Output output,
                                               int num_shapes_and_types,
                                               const int64_t** shapes,
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Sat May 13 00:49:12 GMT 2023
    - 7.6K bytes
    - Viewed (0)
  2. tensorflow/c/eager/tape.h

          absl::Span<const int64_t> input_tensor_id,
          absl::Span<const tensorflow::DataType> input_dtypes,
          const std::function<BackwardFunction*()>& backward_function_getter,
          const std::function<void(BackwardFunction*)>& backward_function_deleter);
    
      void DeleteTrace(int64_t tensor_id);
    
      // Consumes the internal state of the tape (so cannot be called more than
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Apr 02 12:40:29 GMT 2024
    - 47.2K bytes
    - Viewed (1)
  3. RELEASE.md

    *   Added `tf.contrib.framework.filter_variables` as a convenience function to
        filter lists of variables based on regular expressions.
    *   `make_template()` takes an optional `custom_getter_ param`.
    *   Added comment about how existing directories are handled by
        `recursive_create_dir`.
    *   Added an op for QR factorizations.
    *   Divides and mods in Python API now use flooring (Python) semantics.
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top