Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LoadApiDef (0.18 sec)

  1. tensorflow/c/c_api.cc

            "TF_ApiDefMapPut cannot be called after TF_ApiDefMapGet has been "
            "called.");
        return;
      }
      string api_def_text(text, text_len);
      status->status = api_def_map->api_def_map.LoadApiDef(api_def_text);
    #endif  // defined(IS_MOBILE_PLATFORM) || defined(IS_SLIM_BUILD)
    }
    
    TF_Buffer* TF_ApiDefMapGet(TF_ApiDefMap* api_def_map, const char* name,
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 102.3K bytes
    - Viewed (0)
Back to top