Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 102 of 102 for run1 (0.46 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

    // RUN: tf-opt %s -split-input-file -verify-diagnostics | FileCheck %s
    
    // Tests for TensorFlow ops with custom verifiers.
    
    // TODO(hinsu): Remove tests for ops without custom verifiers. These tests were
    // added along with manual op definition and are obsolete now that the op
    // definitions are auto-generated.
    
    // TODO(hinsu): Move attribute and type tests to types.mlir file.
    //===--------------------------------------------------------------------===//
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/asm7.go

    // which itself is a rotate (w.r.t. the length of the unit) of a sequence of ones.
    // special cases: 0 and -1 are not bitcon.
    // this function needs to run against virtually all the constants, so it needs to be fast.
    // for this reason, bitcon testing and bitcon encoding are separate functions.
    func isbitcon(x uint64) bool {
    	if x == 1<<64-1 || x == 0 {
    		return false
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top