Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 1,455 for data1 (0.04 sec)

  1. tensorflow/cc/saved_model/testdata/AssetModule/variables/variables.data-00000-of-00001

    Brian Zhao <******@****.***> 1600463378 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 18 21:29:39 UTC 2020
    - 38 bytes
    - Viewed (0)
  2. tensorflow/cc/saved_model/testdata/SimpleV1Model/variables/variables.data-00000-of-00001

    Monica Song <******@****.***> 1625005850 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 29 22:34:42 UTC 2021
    - 4 bytes
    - Viewed (0)
  3. tensorflow/cc/saved_model/testdata/VarsAndArithmeticObjectGraph/variables/variables.data-00000-of-00001

    Stella Laurenzo <******@****.***> 1574722484 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 25 23:01:01 UTC 2019
    - 268 bytes
    - Viewed (0)
  4. tensorflow/cc/saved_model/testdata/fuzz_generated/negative_shape/variables/variables.data-00000-of-00001

    Mihai Maruseac <******@****.***> 1598912283 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 31 22:25:33 UTC 2020
    - 1.2M bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/testdata/half_plus_two_pbtxt/00000123/variables/variables.data-00000-of-00001

    Li Lao <******@****.***> 1481605891 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 13 05:22:48 UTC 2016
    - 12 bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/syscall_solaris.go

    func Putmsg(fd int, cl []byte, data []byte, flags int) (err error) {
    	var clp, datap *strbuf
    	if len(cl) > 0 {
    		clp = &strbuf{
    			Len: int32(len(cl)),
    			Buf: (*int8)(unsafe.Pointer(&cl[0])),
    		}
    	}
    	if len(data) > 0 {
    		datap = &strbuf{
    			Len: int32(len(data)),
    			Buf: (*int8)(unsafe.Pointer(&data[0])),
    		}
    	}
    	return putmsg(fd, clp, datap, flags)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 31.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/conversion/converter_test.go

    					{
    						Object: map[string]interface{}{
    							"apiVersion": "example.com/v1",
    							"kind":       "foo",
    							"other":      "data",
    						},
    					},
    					{
    						Object: map[string]interface{}{
    							"apiVersion": "example.com/v1",
    							"kind":       "foo",
    							"other":      "data2",
    						},
    					},
    				},
    			},
    			ExpectedObject: &unstructured.UnstructuredList{
    				Object: map[string]interface{}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 13 15:27:39 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  8. src/encoding/xml/read_test.go

    type MyStruct struct {
    	Data *MyCharData
    	Attr *MyAttr `xml:",attr"`
    
    	Data2 MyCharData
    	Attr2 MyAttr `xml:",attr"`
    }
    
    func TestUnmarshaler(t *testing.T) {
    	xml := `<?xml version="1.0" encoding="utf-8"?>
    		<MyStruct Attr="attr1" Attr2="attr2">
    		<Data>hello <!-- comment -->world</Data>
    		<Data2>howdy <!-- comment -->world</Data2>
    		</MyStruct>
    	`
    
    	var m MyStruct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top