Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 131 for nonpic (0.15 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/python/BUILD

        ],
    )
    
    # copybara:uncomment_begin(google-only)
    # pytype_strict_library(
    #     name = "quantize_model_test_base",
    #     testonly = 1,
    #     srcs = ["integration_test/quantize_model_test_base.py"],
    #     tags = ["no_pip"],
    #     visibility = [
    #         "//learning/brain/mlir/quantization/stablehlo:__subpackages__",
    #         "//tensorflow/compiler/mlir/quantization:__subpackages__",
    #     ],
    #     deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 20:18:36 UTC 2024
    - 7K bytes
    - Viewed (0)
  2. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/IncrementalAndroidTestProject.groovy

        )
    
        static final NOW_IN_ANDROID = new IncrementalAndroidTestProject(
            templateName: 'nowInAndroidBuild',
            pathToChange: 'core/model/src/main/kotlin/com/google/samples/apps/nowinandroid/core/model/data/Topic.kt',
            taskToRunForChange: ':core:model:assemble'
        )
    
        static final UBER_MOBILE_APP = new IncrementalAndroidTestProject(
            templateName: 'uberMobileApp',
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/glob_lit_test.bzl

        """
    
        # Disable tests on windows for now, to enable testing rest of all xla and mlir.
        native.py_test(
            name = name,
            srcs = ["@llvm-project//llvm:lit"],
            tags = tags + ["no_pip", "no_windows"],
            args = [
                "tensorflow/compiler/mlir/" + paths.basename(data[-1]) + " --config-prefix=runlit -v",
            ] + features,
            data = data + [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 06 19:29:19 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  4. internal/config/notify/help.go

    			Key:         target.KafkaBrokers,
    			Description: "comma separated list of Kafka broker addresses",
    			Type:        "csv",
    		},
    		config.HelpKV{
    			Key:         target.KafkaTopic,
    			Description: "Kafka topic used for bucket notifications",
    			Optional:    true,
    			Type:        "string",
    		},
    		config.HelpKV{
    			Key:         target.KafkaSASLUsername,
    			Description: "username for SASL/PLAIN or SASL/SCRAM authentication",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Mar 19 04:37:54 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  5. src/runtime/checkptr.go

    //
    // checkptrBase should be an internal detail,
    // but widely used packages access it using linkname.
    // Notable members of the hall of shame include:
    //   - github.com/bytedance/sonic
    //
    // Do not remove or change the type signature.
    // See go.dev/issue/67401.
    //
    //go:linkname checkptrBase
    func checkptrBase(p unsafe.Pointer) uintptr {
    	// stack
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  6. internal/event/errors.go

    }
    
    // ErrUnsupportedConfiguration - unsupported configuration error.
    type ErrUnsupportedConfiguration struct{}
    
    func (err ErrUnsupportedConfiguration) Error() string {
    	return "topic or cloud function configuration is not supported"
    }
    
    // ErrDuplicateQueueConfiguration - duplicate queue configuration error.
    type ErrDuplicateQueueConfiguration struct {
    	Queue Queue
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 4.1K bytes
    - Viewed (0)
  7. internal/event/config_test.go

    	      <Cloudcode>arn:aws:lambda:us-west-2:444455556666:cloud-function-A</Cloudcode>
    	      <Event>s3:ObjectCreated:Put</Event>
    	   </CloudFunctionConfiguration>
    	   <TopicConfiguration>
    	      <Topic>arn:aws:sns:us-west-2:444455556666:sns-notification-one</Topic>
    	      <Event>s3:ObjectCreated:*</Event>
    	  </TopicConfiguration>
    	</NotificationConfiguration>
    	`)
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Dec 05 10:16:33 UTC 2023
    - 29K bytes
    - Viewed (0)
  8. src/runtime/stubs.go

    //
    // memclrNoHeapPointers should be an internal detail,
    // but widely used packages access it using linkname.
    // Notable members of the hall of shame include:
    //   - github.com/bytedance/sonic
    //   - github.com/chenzhuoyu/iasm
    //   - github.com/cloudwego/frugal
    //   - github.com/dgraph-io/ristretto
    //   - github.com/outcaste-io/ristretto
    //
    // Do not remove or change the type signature.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  9. docs/en/docs/tutorial/security/index.md

    # Security
    
    There are many ways to handle security, authentication and authorization.
    
    And it normally is a complex and "difficult" topic.
    
    In many frameworks and systems just handling security and authentication takes a big amount of effort and code (in many cases it can be 50% or more of all the code written).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Jun 24 14:47:15 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  10. hack/verify-flags-underscore.py

    def is_binary(pathname):
        """Return true if the given filename is binary.
        @raise EnvironmentError: if the file does not exist or cannot be accessed.
        @attention: found @ http://bytes.com/topic/python/answers/21222-determine-file-type-binary-text on 6/08/2010
        @author: Trent Mick <******@****.***>
        @author: Jorge Orpinel <******@****.***>"""
        try:
            with open(pathname, 'r') as f:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:51 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top