Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 224 for targ (0.07 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/graph-as-function.mlir

    // CHECK-NEXT:   name: "args_0"
    // CHECK-NEXT:   op: "_Arg"
    // CHECK:          i: 0
    // CHECK:      node {
    // CHECK-NEXT:   name: "args_1"
    // CHECK-NEXT:   op: "_Arg"
    // CHECK:          i: 1
    // CHECK:      node {
    // CHECK-NEXT:   name: "args_2"
    // CHECK-NEXT:   op: "_Arg"
    // CHECK:          i: 2
    // CHECK:      node {
    // CHECK-NEXT:   name: "args_3"
    // CHECK-NEXT:   op: "_Arg"
    // CHECK:          i: 3
    // CHECK:      node {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 25 12:28:56 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-as-function-control-ret.pbtxt

    node {
      name: "arg0"
      op: "_Arg"
      attr {
        key: "T"
        value {
          type: DT_FLOAT
        }
      }
      attr {
        key: "index"
        value {
          i: 0
        }
      }
    }
    node {
      name: "arg1"
      op: "_Arg"
      attr {
        key: "T"
        value {
          type: DT_RESOURCE
        }
      }
      attr {
        key: "_handle_dtypes"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 29 04:41:05 UTC 2021
    - 3.5K bytes
    - Viewed (0)
  3. src/archive/tar/testdata/writer-big.tar

    Joe Tsai <******@****.***> 1503528984 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 24 01:35:39 UTC 2017
    - 512 bytes
    - Viewed (0)
  4. src/go/parser/testdata/resolution/resolution.src

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package resolution
    
    func f /* =@fdecl */(n /* =@narg */ ast.Node) bool {
    		if n /* =@ninit */, ok /* =@ok */ := n /* @narg */ .(*ast.SelectorExpr); ok /* @ok */ {
    			sel = n /* @ninit */
    	}
    }
    
    type c /* =@cdecl */ map[token.Pos]resolvedObj
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 16 21:19:23 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  5. src/runtime/pprof/testdata/mappingtest/main.go

    	uintptr_t context;
            uintptr_t sigContext;
    	uintptr_t *buf;
            uintptr_t max;
    };
    
    void CollectCgoTraceback(void* parg) {
            struct CgoTracebackArg* arg = (struct CgoTracebackArg*)(parg);
    	arg->buf[0] = (uintptr_t)(CPUHogCFunction0);
    	arg->buf[1] = (uintptr_t)(CPUHogCFunction);
    	arg->buf[2] = 0;
    };
    */
    import "C"
    
    import (
    	"log"
    	"os"
    	"runtime"
    	"runtime/pprof"
    	"time"
    	"unsafe"
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 08 02:40:04 UTC 2019
    - 2K bytes
    - Viewed (0)
  6. src/runtime/testdata/testprogcgo/pprof.go

    // since runtime/pprof ignores the runtime.goexit base frame if it exists.
    void pprofCgoTraceback(void* parg) {
    	struct cgoTracebackArg* arg = (struct cgoTracebackArg*)(parg);
    	arg->buf[0] = (uintptr_t)(cpuHog) + 0x10;
    	arg->buf[1] = (uintptr_t)(cpuHog2) + 0x4;
    	arg->buf[2] = 0;
    }
    */
    import "C"
    
    import (
    	"fmt"
    	"os"
    	"runtime"
    	"runtime/pprof"
    	"time"
    	"unsafe"
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 12 19:45:58 UTC 2021
    - 1.7K bytes
    - Viewed (0)
  7. src/runtime/testdata/testprogcgo/raceprof.go

    // size of the hash table (1 << 10) and knows that the hash function
    // is simply multiplicative.
    void raceprofTraceback(void* parg) {
    	struct cgoTracebackArg* arg = (struct cgoTracebackArg*)(parg);
    	raceprofCount++;
    	arg->buf[0] = raceprofCount * (1 << 10);
    	arg->buf[1] = 0;
    }
    
    static void* raceprofThread(void* p) {
    	int i;
    
    	for (i = 0; i < 100; i++) {
    		pthread_kill(pthread_self(), SIGPROF);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 24 18:13:14 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/tests/keras_imagenet_main.pbtxt

          }
        }
      }
    }
    node {
      name: "input_1_1"
      op: "_Arg"
      device: "/job:localhost/replica:0/task:0/device:GPU:0"
      attr {
        key: "T"
        value {
          type: DT_HALF
        }
      }
      attr {
        key: "index"
        value {
          i: 0
        }
      }
    }
    node {
      name: "bn2a_branch2c_cond_input_1"
      op: "_Arg"
      device: "/job:localhost/replica:0/task:0/device:GPU:0"
      attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 02:52:54 UTC 2019
    - 1.3M bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/preserve-entry-func-names.mlir

        tf_executor.fetch %4#0 : tensor<10xi32>
      }
      func.return %graph : tensor<10xi32>
    }
    
    // CHECK: name: "foo"
    // CHECK-NEXT: op: "_Arg"
    // CHECK: name: "bar"
    // CHECK-NEXT: op: "_Arg"
    // CHECK: name: "[[BAR_ID_0:.*]]"
    // CHECK-NEXT: op: "Identity"
    // CHECK-NEXT: input: "bar"
    // CHECK: name: "[[BAR_ID_1:.*]]"
    // CHECK-NEXT: op: "Identity"
    // CHECK-NEXT: input: "[[BAR_ID_0]]"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 17 22:54:55 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

    func.func @testInvalidWhileRegionConditionOutputType(%arg : tensor<i32>) -> (tensor<i32>) {
      // expected-error @+1 {{'tf.WhileRegion' op condition should have a single tensor<i1> result}}
      %0 = "tf.WhileRegion"(%arg) (
         {
           ^bb0(%carg: tensor<i32>):
            "tf.Yield"(%carg) : (tensor<i32>) -> ()
         },
         {
           ^bb0(%barg: tensor<i32>):
            "tf.Yield"(%barg) : (tensor<i32>) -> ()
         }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
Back to top