Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for vecotr (0.16 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        ConvertFusedBatchNormBase<TF::FusedBatchNormV2Op>;
    using ConvertFusedBatchNormV3Op =
        ConvertFusedBatchNormBase<TF::FusedBatchNormV3Op>;
    
    using PaddingArray = std::vector<std::pair<int64_t, int64_t>>;
    
    // Returns padding values for ReduceWindow op as a vector of pairs.
    //
    // Requires padding to be either 'SAME' or 'VALID' and the number of input
    // dimensions to be equal to the size of window dimensions and window strides.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    }
    
    type DmTargetDeps struct {
    	Count uint32
    	_     uint32
    }
    
    type DmTargetVersions struct {
    	Next    uint32
    	Version [3]uint32
    }
    
    type DmTargetMsg struct {
    	Sector uint64
    }
    
    const (
    	SizeofDmIoctl      = 0x138
    	SizeofDmTargetSpec = 0x28
    )
    
    type KeyctlDHParams struct {
    	Private int32
    	Prime   int32
    	Base    int32
    }
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  3. pkg/registry/core/service/storage/storage_test.go

    	update       svcTestCase
    }
    
    type svcTestCase struct {
    	svc         *api.Service
    	expectError bool
    
    	// We could calculate these by looking at the Service, but that's a
    	// vector for test bugs and more importantly it makes the test cases less
    	// self-documenting.
    	expectClusterIPs          bool
    	expectStackDowngrade      bool
    	expectHeadless            bool
    	expectNodePorts           bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // In this case, the `begin` and `end` inputs are unknown at compile time --
      // so the StridedSlice needs to slice these vectors and use that as input to
      // an HLO dynamic slice.
      %begin = "tf.Pack"(%arg0) {N = 1 : i64, T = i32, axis = 0 : i64, device = ""} : (tensor<i32>) -> tensor<1xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
Back to top