Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cpp (0.16 sec)

  1. tensorflow/c/c_api.cc

        memcpy(values[i], s.data(), s.size());
        p += s.size();
      }
    }
    
    #define DEFINE_GETATTR(func, c_type, cpp_type, list_field)                   \
      void func(TF_Operation* oper, const char* attr_name, c_type* value,        \
                TF_Status* status) {                                             \
        cpp_type v;                                                              \
    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)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_facet_filetype_c = "{labels.facet_filetype_c}";
    
        /** The key of the message: C++ */
        public static final String LABELS_facet_filetype_cpp = "{labels.facet_filetype_cpp}";
    
        /** The key of the message: C# */
        public static final String LABELS_facet_filetype_csharp = "{labels.facet_filetype_csharp}";
    
        /** The key of the message: CSS */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top