Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for ifdef (0.04 sec)

  1. tensorflow/c/c_api_function.cc

                                  TF_Status* status) {
      status->status = MessageToBuffer(func->record->fdef(), output_func_def);
    }
    
    TF_Function* TF_FunctionImportFunctionDef(const void* proto, size_t proto_len,
                                              TF_Status* status) {
      tensorflow::FunctionDef fdef;
      bool success = fdef.ParseFromArray(proto, proto_len);
      if (!success) {
        status->status = InvalidArgument(
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Sat Oct 12 16:27:48 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  2. ci/official/containers/ml_build_arm64/builder.devtoolset/gcc9-fixups.patch

    index c555bf2..143b26d 100644
    --- a/include/libc-symbols.h
    +++ b/include/libc-symbols.h
    @@ -107,6 +107,11 @@
     # endif
     #endif
     
    +#ifndef __attribute_copy__
    +/* Provide an empty definition when cdefs.h is not included.  */
    +# define __attribute_copy__(arg)
    +#endif
    +
     #ifndef __ASSEMBLER__
     /* GCC understands weak symbols and aliases; use its interface where
        possible, instead of embedded assembly language.  */
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Nov 11 19:25:56 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  3. tensorflow/c/c_api_experimental.cc

            text_proto);
        return {};
      }
      std::vector<UniqueFuncPtr> ret;
      for (const FunctionDef& fdef : fdef_lib.function()) {
        // Make a copy so that we can mutate it.
        FunctionDef fdef_to_load = fdef;
        if (mutate_proto_func) {
          (*mutate_proto_func)(&fdef_to_load);
        }
        VLOG(1) << "Adding func to graph: " << fdef_to_load.DebugString();
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 03:53:25 UTC 2025
    - 29.5K bytes
    - Viewed (0)
  4. tensorflow/c/c_api_internal.h

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    #ifndef TENSORFLOW_C_C_API_INTERNAL_H_
    #define TENSORFLOW_C_C_API_INTERNAL_H_
    
    #include <list>
    #include <set>
    #include <string>
    #include <unordered_map>
    #include <vector>
    
    #include "tensorflow/c/c_api.h"
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Sat May 13 00:49:12 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    FDC8..FDCE    ; disallowed                             # NA   <reserved-FDC8>..<reserved-FDCE>
    FDCF          ; valid                  ;      ; NV8    # 14.0 ARABIC LIGATURE SALAAMUHU ALAYNAA
    FDD0..FDEF    ; disallowed                             # 3.1  <noncharacter-FDD0>..<noncharacter-FDEF>
    FDF0          ; mapped                 ; 0635 0644 06D2 #1.1  ARABIC LIGATURE SALLA USED AS KORANIC STOP SIGN ISOLATED FORM
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  6. src/main/webapp/css/admin/adminlte.min.css.map

    AA,KACA,eAAA,KAJF,mBAOI,cAAA,EACA,cAAA,EACA,eAAA,EATJ,kBAaI,cAAA,KACA,MAAA,KAdJ,WAkBI,MAAA,K5C5BA,iB4CkCA,MAAA,KACA,aAAA,QCpCJ,epHME,UAAA,KAGA,OAAA,KoHPA,MAAA,KAIF,sBACE,eAAA,QAAA,YAAA,QACA,QAAA,YAAA,QAAA,KACA,WAAA,KAIF,qBlHFM,WAAA,EAAA,IAAA,IAAA,iBDEF,cAAA,OmHIF,iBAAA,KACA,OAAA,IAAA,MAAA,QACA,QAAA,YAAA,QAAA,KACA,aAAA,KACA,UAAA,KACA,QAAA,MATF,yBpHPE,UAAA,KAGA,OAAA,KoHiBE,oBAAA,OAAA,WAAA,OAbJ,2BAiBI,QAAA,GAKJ,iBAEI,aAAA,MCtCJ,aAEI,eAAA,OAFJ,uBAMI,cAAA,E5Hs5kCJ,4B4H55kCA,2BAYI,cAAA,IACA,QAAA,OACA,...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (1)
Back to top