Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 163 for input_ (0.13 sec)

  1. tensorflow/compiler/mlir/lite/tests/end2end/disallow_stateful_partitioned_call.pbtxt

    # RUN: not tf_tfl_translate -tf-input-arrays=input0 -tf-input-shapes=-1 -tf-input-data-types=DT_FLOAT -tf-output-arrays=add %s 2>&1 | FileCheck %s
    # CHECK: error: The Graph contains unsupported `StatefulPartionedCallOp`(s)
    
    node {
      name: "input0"
      op: "Placeholder"
      attr {
        key: "dtype"
        value {
          type: DT_FLOAT
        }
      }
    }
    node {
      name: "args_0"
      op: "_Arg"
      attr {
        key: "T"
        value {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 24 20:05:09 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/switch_n.pbtxt

        }
      }
    }
    node {
      name: "Case/branch0/_0/mul_0"
      op: "Mul"
      input: "Case/Case/input_0/_7"
      input: "Case/branch0/_0/mul/y"
      attr {
        key: "T"
        value {
          type: DT_FLOAT
        }
      }
    }
    node {
      name: "Case/branch1/_1/mul_0"
      op: "Mul"
      input: "Case/Case/input_0/_7:1"
      input: "Case/branch1/_1/mul/y"
      attr {
        key: "T"
        value {
          type: DT_FLOAT
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 15 19:42:47 UTC 2021
    - 3.7K bytes
    - Viewed (0)
  3. test/copy.go

    	// swap in and out to exercise copy-up and copy-down
    	input8, output8 = output8, input8
    	input16, output16 = output16, input16
    	input32, output32 = output32, input32
    	input64, output64 = output64, input64
    	in := 0
    	out := 13
    	for i := range input8 {
    		input8[i] = u8(in)
    		output8[i] = u8(out)
    		outputS[i] = u8(out)
    		input16[i] = u16(in)
    		output16[i] = u16(out)
    		input32[i] = u32(in)
    		output32[i] = u32(out)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 12 18:17:49 UTC 2013
    - 6.6K bytes
    - Viewed (0)
  4. src/cmd/gofmt/testdata/composites.input

    Gustav Westling <******@****.***> 1470406403 +0200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 12 03:55:43 UTC 2016
    - 3.2K bytes
    - Viewed (0)
  5. src/cmd/gofmt/testdata/ranges.input

    Robert Griesemer <******@****.***> 1408667113 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 22 00:25:13 UTC 2014
    - 304 bytes
    - Viewed (0)
  6. src/cmd/gofmt/testdata/rewrite4.input

    Robert Griesemer <******@****.***> 1408667113 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 22 00:25:13 UTC 2014
    - 1.1K bytes
    - Viewed (0)
  7. src/cmd/gofmt/testdata/rewrite9.input

    Matthew Dempsky <******@****.***> 1486510158 -0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 08 04:48:20 UTC 2017
    - 238 bytes
    - Viewed (0)
  8. src/cmd/gofmt/testdata/stdin5.input

    Dmitri Shuralyov <******@****.***> 1408727880 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 22 17:18:00 UTC 2014
    - 54 bytes
    - Viewed (0)
  9. src/cmd/gofmt/testdata/stdin6.input

    Dmitri Shuralyov <******@****.***> 1412035488 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 30 00:04:48 UTC 2014
    - 217 bytes
    - Viewed (0)
  10. src/cmd/gofmt/testdata/stdin7.input

    Dmitri Shuralyov <******@****.***> 1412035488 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 30 00:04:48 UTC 2014
    - 296 bytes
    - Viewed (0)
Back to top