HomeSort by relevance Sort by last modified time
    Searched defs:GetInputName (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/
interpreter.h 156 const char* GetInputName(int index) const {
  /external/tensorflow/tensorflow/c/
c_api_function.cc 49 string GetInputName(const string& name);
114 string NodeNameMapping::GetInputName(const string& name) {
303 const string& input_name = node_names.GetInputName(node->name());

Completed in 730 milliseconds