Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for it (0.12 sec)

  1. tensorflow/c/c_api_function.cc

      const auto& it = func->record->fdef().attr().find(attr_name);
      if (it == func->record->fdef().attr().end()) {
        status->status =
            InvalidArgument("Function '", func->record->fdef().signature().name(),
                            "' has no attr named '", attr_name, "'.");
        return;
      }
      status->status = MessageToBuffer(it->second, output_attr_value);
    }
    
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 13.6K bytes
    - Viewed (2)
Back to top