Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for init_values (0.35 sec)

  1. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

          // workaround.
          SmallVector<int32_t, 4> new_element_shape_values;
    
          auto int_values = dense_elem_attr.getValues<APInt>();
          for (auto it = int_values.begin(); it != int_values.end(); ++it) {
            auto dim_value = (*it).getSExtValue();
            if (it == int_values.begin() && dim_value == -1) {
              if (!default_to_single_batch_) {
                const char *error_info =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  2. tensorflow/c/c_api.h

    TF_CAPI_EXPORT extern void TF_DeleteSession(TF_Session*, TF_Status* status);
    
    // Run the graph associated with the session starting with the supplied inputs
    // (inputs[0,ninputs-1] with corresponding values in input_values[0,ninputs-1]).
    //
    // Any NULL and non-NULL value combinations for (`run_options`,
    // `run_metadata`) are valid.
    //
    //    - `run_options` may be NULL, in which case it will be ignored; or
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
Back to top