Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetOutputProperties (0.17 sec)

  1. tensorflow/c/experimental/grappler/grappler.cc

                                        TF_Status* status) {
      TF_SetStatus(status, TF_OK, "");
      *num_values =
          reinterpret_cast<tensorflow::grappler::GraphProperties*>(graph_properties)
              ->GetOutputProperties(name)
              .size();
    }
    
    void TF_GetInputPropertiesList(TF_GraphProperties* graph_properties,
                                   const char* name, TF_Buffer** properties,
    C++
    - Registered: Tue Feb 27 12:39:08 GMT 2024
    - Last Modified: Wed Sep 06 19:12:29 GMT 2023
    - 15K bytes
    - Viewed (1)
Back to top