Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TypeStr (0.09 sec)

  1. tensorflow/c/c_api.cc

              const string& typestr = a.type();
              if (typestr == "list(string)") {
                metadata.type = TF_ATTR_STRING;
              } else if (typestr == "list(int)") {
                metadata.type = TF_ATTR_INT;
              } else if (typestr == "list(float)") {
                metadata.type = TF_ATTR_FLOAT;
              } else if (typestr == "list(bool)") {
                metadata.type = TF_ATTR_BOOL;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top