Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for tid1 (0.19 sec)

  1. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK-DAG: [[MUL:%.*]] = chlo.broadcast_multiply [[IOTA]], [[DELTA]] {broadcast_dimensions = array<i64>}
      // CHECK: chlo.broadcast_add [[MUL]], [[START]] {broadcast_dimensions = array<i64>}
      %3 = "tf.Range"(%arg0, %1, %arg1) {Tidx = "tfdtype$DT_FLOAT", device = "", name = "range"} : (tensor<f32>, tensor<f32>, tensor<f32>) -> tensor<5xf32>
      func.return %3 : tensor<5xf32>
    }
    
    // -----
    
    // CHECK-LABEL: func @range_dynamic
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modfetch/zip_sum_test/testdata/zip_sums.csv

    github.com/pingcap/pd,v2.1.17+incompatible,h1:mpfJYffRC14jeAfiq0jbHkqXVc8ZGNV0Lr2xG1sJslw=,b75266cd20abe6b1ccbb777a2f71d74dfcf231a06276b602df08bf27a9ea36f1
    github.com/pingcap/tidb-tools,v2.1.4+incompatible,h1:dkB4FMJcSk9GYRB2ICupU/lsTLf4mHLfkBE6fAsLdJ4=,c5c8e2b5c69c21bba2050c75d3a4582eda26308a355557036f058365d4583e5f
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 18 17:29:01 UTC 2020
    - 334.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    /// offset applied to generate the range values. The output tensor needs to
    /// have a static shape.
    ///
    /// For example an op like the following:
    ///   %result = "tf.Range"(%start, %limit, %delta) {Tidx = "tfdtype$DT_FLOAT"}
    ///      : (tensor<f32>, tensor<f32>, tensor<f32>) -> tensor<5xf32>
    ///
    /// Output would be:
    ///   %iota = "mhlo.iota"() {iota_dimension = 0 : i64} : () -> tensor<5xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional string message = 2;
    
      // reason is a brief CamelCase string that describes any failure and is meant
      // for machine parsing and tidy display in the CLI.
      // +optional
      optional string reason = 3;
    }
    
    // Represents a Photon Controller persistent disk resource.
    message PhotonPersistentDiskVolumeSource {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    	// A human-readable message indicating details about why the volume is in this state.
    	// +optional
    	Message string
    	// Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI
    	// +optional
    	Reason string
    	// LastPhaseTransitionTime is the time the phase transitioned from one to another
    	// and automatically resets to current time everytime a volume phase transitions.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"reason":                  "reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.mgz"/>
      </mime-type>
      <mime-type type="application/vnd.publishare-delta-tree">
        <glob pattern="*.qps"/>
      </mime-type>
      <mime-type type="application/vnd.pvi.ptid1">
        <glob pattern="*.ptid"/>
      </mime-type>
      <mime-type type="application/vnd.pwg-multiplexed"/>
      <mime-type type="application/vnd.pwg-xhtml-print+xml"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional string message = 2;
    
      // reason is a brief CamelCase string that describes any failure and is meant
      // for machine parsing and tidy display in the CLI.
      // +optional
      optional string reason = 3;
    
      // lastPhaseTransitionTime is the time the phase transitioned from one to another
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types.go

    	// +optional
    	Message string `json:"message,omitempty" protobuf:"bytes,2,opt,name=message"`
    	// reason is a brief CamelCase string that describes any failure and is meant
    	// for machine parsing and tidy display in the CLI.
    	// +optional
    	Reason string `json:"reason,omitempty" protobuf:"bytes,3,opt,name=reason"`
    	// lastPhaseTransitionTime is the time the phase transitioned from one to another
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top