Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 6,630 for dAtA (0.12 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/arg-data-type-with-subtype.pbtxt

    # Test the handling of the input data types. In particular, if the data type
    # for an input graph node is specified via command line options, use it.
    # otherwise, use the data type of the node in the graph.
    
    node {
      name: "p"
      op: "Placeholder"
      attr {
        key: "dtype"
        value {
          type: DT_INT32
        }
      }
      attr {
        key: "shape"
        value {
          shape {
            unknown_rank: true
          }
        }
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 00:16:51 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  2. hack/update-generated-api-compatibility-data.sh

    rm -f staging/src/k8s.io/api/testdata/HEAD/*.{yaml,json,pb}
    rm -f staging/src/k8s.io/apiextensions-apiserver/pkg/apis/testdata/HEAD/*.{yaml,json,pb}
    
    # UPDATE_COMPATIBILITY_FIXTURE_DATA=true regenerates fixture data if needed.
    # -run //HEAD only runs the test cases comparing against testdata for HEAD.
    # We suppress the output because we are expecting to have changes.
    # We suppress the test failure that occurs when there are changes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:44 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. build-logic/lifecycle/src/main/kotlin/gradlebuild.teamcity-import-test-data.gradle.kts

    import org.gradle.tooling.events.task.TaskSuccessResult
    
    /**
     * This is a workaround for https://youtrack.jetbrains.com/issue/TW-76894.
     *
     * In short, we want TeamCity to be aware of the test execution data (which tests are executed and how long they are),
     * even when the Test task is `FROM-CACHE` or `UP-TO-DATE`. This build service will output a service message to instruct TeamCity to read JUnit test result XMLs.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 06 09:11:39 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/arg-multi-data-type-with-subtype.pbtxt

    # Test the handling of the input data types. In particular, if the data type
    # for an input graph node is specified via command line options, use it.
    # otherwise, use the data type of the node in the graph.
    
    node {
      name: "p"
      op: "Placeholder"
      attr {
        key: "dtype"
        value {
          type: DT_INT32
        }
      }
      attr {
        key: "shape"
        value {
          shape {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 07 18:11:42 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  5. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/language/LanguageTreeResult.kt

        data object TypeDeclaration : UnsupportedLanguageFeature
        data object CollectionLiteral : UnsupportedLanguageFeature
        data object SupertypeUsage : UnsupportedLanguageFeature
        data object FunctionDeclaration : UnsupportedLanguageFeature
        data object LabelledStatement : UnsupportedLanguageFeature
        data object ExplicitVariableType : UnsupportedLanguageFeature
        data object StarImport : UnsupportedLanguageFeature
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 12:28:39 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  6. src/cmd/internal/notsha256/sha256block_amd64.s

    DATA K256<>+0x34(SB)/4, $0x59f111f1
    DATA K256<>+0x38(SB)/4, $0x923f82a4
    DATA K256<>+0x3c(SB)/4, $0xab1c5ed5
    
    DATA K256<>+0x40(SB)/4, $0xd807aa98 // k9 - k12
    DATA K256<>+0x44(SB)/4, $0x12835b01
    DATA K256<>+0x48(SB)/4, $0x243185be
    DATA K256<>+0x4c(SB)/4, $0x550c7dc3
    DATA K256<>+0x50(SB)/4, $0xd807aa98
    DATA K256<>+0x54(SB)/4, $0x12835b01
    DATA K256<>+0x58(SB)/4, $0x243185be
    DATA K256<>+0x5c(SB)/4, $0x550c7dc3
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 14K bytes
    - Viewed (0)
  7. src/cmd/trace/jsontrace_test.go

    			checkProcStartStop(t, data)
    			checkSyscalls(t, data)
    			checkNetworkUnblock(t, data)
    			// TODO(mknyszek): Check for flow events.
    		})
    	}
    }
    
    func checkSyscalls(t *testing.T, data format.Data) {
    	data = filterViewerTrace(data,
    		filterEventName("syscall"),
    		filterStackRootFunc("main.blockingSyscall"))
    	if len(data.Events) <= 1 {
    		t.Errorf("got %d events, want > 1", len(data.Events))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s

    DATA	·libc_accept_trampoline_addr(SB)/8, $libc_accept_trampoline<>(SB)
    
    TEXT libc_bind_trampoline<>(SB),NOSPLIT,$0-0
    	JMP	libc_bind(SB)
    GLOBL	·libc_bind_trampoline_addr(SB), RODATA, $8
    DATA	·libc_bind_trampoline_addr(SB)/8, $libc_bind_trampoline<>(SB)
    
    TEXT libc_connect_trampoline<>(SB),NOSPLIT,$0-0
    	JMP	libc_connect(SB)
    GLOBL	·libc_connect_trampoline_addr(SB), RODATA, $8
    DATA	·libc_connect_trampoline_addr(SB)/8, $libc_connect_trampoline<>(SB)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 10 16:32:44 UTC 2023
    - 29.3K bytes
    - Viewed (0)
  9. src/sort/gen_sort_variants.go

    		j--
    	}
    	{{Swap "data" "j" "a"}}
    	return j, false
    }
    
    // partitionEqual{{.FuncSuffix}} partitions data[a:b] into elements equal to data[pivot] followed by elements greater than data[pivot].
    // It assumed that data[a:b] does not contain elements smaller than the data[pivot].
    func partitionEqual{{.FuncSuffix}}{{.TypeParam}}(data {{.DataType}}, a, b, pivot int {{.ExtraParam}}) (newpivot int) {
    	{{Swap "data" "a" "pivot"}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/json/json_test.go

    			}
    			if tc.Err {
    				t.Fatalf("%s: expected error, got none", tc.In)
    			}
    			data, ok := m["data"]
    			if !ok {
    				t.Fatalf("%s: decoded object missing data key: %#v", tc.In, m)
    			}
    			if !reflect.DeepEqual(tc.Data, data) {
    				t.Fatalf("%s: expected\n\t%#v (%v), got\n\t%#v (%v)", tc.In, tc.Data, reflect.TypeOf(tc.Data), data, reflect.TypeOf(data))
    			}
    
    			outputJSON, err := Marshal(m)
    			if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 28 08:02:09 UTC 2022
    - 9.3K bytes
    - Viewed (0)
Back to top