Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for platformWindows (0.1 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/sourceset-variant/groovy/build.gradle

    }
    
    model {
        components {
            main(NativeExecutableSpec) { m ->
                binaries.all {
                    sources {
                        if (targetPlatform.operatingSystem.windows) {
                            platformWindows(CSourceSet) {
                                source.srcDir "src/main/windows"
                                lib m.sources.c
                            }
                        } else if (targetPlatform.operatingSystem.linux) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 971 bytes
    - Viewed (0)
  2. tensorflow/cc/saved_model/image_format/internal_api.cc

    #include "tensorflow/core/platform/file_system_helper.h"
    #include "tensorflow/core/protobuf/saved_model.pb.h"
    #include "tensorflow/tools/proto_splitter/cc/max_size.h"
    // TODO(b/291933687), TODO(b/291001524)
    #if !defined(PLATFORM_WINDOWS) && !defined(__APPLE__)
    #include "tensorflow/tools/proto_splitter/cc/saved_model_splitter.h"
    #include "tensorflow/tools/proto_splitter/merge.h"
    #endif
    #define IS_OSS false
    namespace tensorflow {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 30 21:50:27 UTC 2023
    - 5.1K bytes
    - Viewed (0)
Back to top