Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getUser (0.17 sec)

  1. 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)
  2. 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)
Back to top