Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 6,696 for includes_ (0.21 sec)

  1. tensorflow/c/experimental/ops/gen/cpp/renderers/cpp_file_renderer.cc

    ==============================================================================*/
    #include "tensorflow/c/experimental/ops/gen/cpp/renderers/cpp_file_renderer.h"
    
    #include "tensorflow/c/experimental/ops/gen/cpp/renderers/op_renderer.h"
    #include "tensorflow/c/experimental/ops/gen/cpp/renderers/renderer.h"
    #include "tensorflow/c/experimental/ops/gen/cpp/renderers/renderer_context.h"
    #include "tensorflow/c/experimental/ops/gen/cpp/views/op_view.h"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 05:51:40 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/ops/gen/cpp/renderers/cpp_file_renderer.h

    #include <vector>
    
    #include "tensorflow/c/experimental/ops/gen/cpp/renderers/guard_renderer.h"
    #include "tensorflow/c/experimental/ops/gen/cpp/renderers/include_renderer.h"
    #include "tensorflow/c/experimental/ops/gen/cpp/renderers/namespace_renderer.h"
    #include "tensorflow/c/experimental/ops/gen/cpp/renderers/renderer.h"
    #include "tensorflow/c/experimental/ops/gen/cpp/renderers/renderer_context.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 21 18:51:25 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/plan9/mkerrors.sh

    export LC_CTYPE=C
    
    CC=${CC:-gcc}
    
    uname=$(uname)
    
    includes='
    #include <sys/types.h>
    #include <sys/file.h>
    #include <fcntl.h>
    #include <dirent.h>
    #include <sys/socket.h>
    #include <netinet/in.h>
    #include <netinet/ip.h>
    #include <netinet/ip6.h>
    #include <netinet/tcp.h>
    #include <errno.h>
    #include <sys/signal.h>
    #include <signal.h>
    #include <sys/resource.h>
    '
    
    ccflags="$@"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 5.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/README.md

    and a wide variety of miscellaneous constants. The constants come from the list
    of include files in the `includes_${uname}` variable. A regex then picks out
    the desired `#define` statements, and generates the corresponding Go constants.
    The error numbers and strings are generated from `#include <errno.h>`, and the
    signal numbers and strings are generated from `#include <signal.h>`. All of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 06 14:32:58 UTC 2021
    - 8.5K bytes
    - Viewed (0)
  5. src/syscall/mkerrors.sh

    #include <sys/sockio.h>
    #include <sys/sysctl.h>
    #include <sys/mman.h>
    #include <sys/wait.h>
    #include <net/bpf.h>
    #include <net/if.h>
    #include <net/if_types.h>
    #include <net/route.h>
    #include <netinet/in.h>
    #include <netinet/ip.h>
    #include <netinet/ip_mroute.h>
    #include <termios.h>
    '
    
    includes_DragonFly='
    #include <sys/types.h>
    #include <sys/event.h>
    #include <sys/socket.h>
    #include <sys/sockio.h>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 06 21:22:22 UTC 2022
    - 10.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh

    #include <sys/event.h>
    #include <sys/select.h>
    #include <sys/socket.h>
    #include <sys/sockio.h>
    #include <sys/stat.h>
    #include <sys/sysctl.h>
    #include <sys/mman.h>
    #include <sys/mount.h>
    #include <sys/wait.h>
    #include <sys/ioctl.h>
    #include <net/bpf.h>
    #include <net/if.h>
    #include <net/if_clone.h>
    #include <net/if_types.h>
    #include <net/route.h>
    #include <netinet/in.h>
    #include <termios.h>
    #include <netinet/ip.h>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/declaring_repositories.adoc

    * If you declare an exclude, then it includes everything _but_ what is excluded.
    * If you declare both includes and excludes, then it includes only what is explicitly included and not excluded.
    
    It is possible to filter either by explicit _group_, _module_ or _version_, either strictly or using regular expressions.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 43.2K bytes
    - Viewed (0)
  8. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r72/CompositeBuildCrossVersionSpec.groovy

            included2.editableBuilds.empty
    
            included1.includedBuilds[0].is(included2)
            included2.includedBuilds[0].is(included1)
        }
    
        @TargetGradleVersion(">=6.8")
        // versions older than 6.8 do not allow root to be included by child
        def "can query model when included build includes root build"() {
            settingsFile << """
                includeBuild("child")
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  9. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/collections/DefaultConfigurableFileTreeTest.groovy

            }
    
            fileTree.include('*/*included*')
            fileTree.exclude('**/not*')
    
            expect:
            fileTree.files == [included1, included2] as Set
            assertSetContainsForAllTypes(fileTree, 'subDir/included1', 'subDir2/included2')
            assertVisits(fileTree, ['subDir/included1', 'subDir2/included2'], ['subDir', 'subDir2'])
            fileTree.contains(included1)
            !fileTree.contains(excluded1)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  10. src/test/resources/org/codelibs/core/xml/include.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <foo xmlns:xi="http://www.w3.org/2001/XInclude">
    	<xi:include href="/included.xml"/>
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Sun Dec 28 09:01:06 UTC 2014
    - 131 bytes
    - Viewed (0)
Back to top