Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for int_spl (0.33 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

          float_spl && sgn_cst_spl) {
        return IsSign(float_spl.getValue(), sgn_cst_spl.getValue());
      }
      if (auto int_spl = llvm::dyn_cast_if_present<IntegerAttr>(splat),
          sgn_cst_spl = llvm::dyn_cast_if_present<IntegerAttr>(sgn_splat);
          int_spl && sgn_cst_spl) {
        return IsSign(int_spl.getValue(), sgn_cst_spl.getValue());
      }
      if (mlir::isa<DenseFPElementsAttr>(float_or_int)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-custom-operation.pbtxt

      attr {
        key: "dtype"
        value {
          type: DT_INT32
        }
      }
      attr {
        key: "value"
        value {
          tensor {
            dtype: DT_INT32
            tensor_shape {
            }
            int_val: 0
          }
        }
      }
    }
    node {
      name: "_tf.foo"
      op: "foo"
      input: "Constant"
    }
    library {
      function {
        signature {
          name: "foo"
          input_arg {
            name: "arg"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-function-call.pbtxt

        }
      }
      attr {
        key: "value"
        value {
          tensor {
            dtype: DT_INT32
            tensor_shape {
              dim {
                size: 1
              }
            }
            int_val: 1
          }
        }
      }
    }
    node {
      name: "func_call"
      op: "test_func_name"
      input: "x"
      attr {
        key: "_disable_call_shape_inference"
        value {
          b: true
        }
      }
      attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  4. logger/sql_test.go

    			NumericRegexp: nil,
    			Vars:          []interface{}{"jinzhu?", 1, 999.99, true, []byte("12345"), tt, &tt, nil, "w@g.\"com", myrole, pwd, intVal},
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Thu Mar 21 08:00:02 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/function-order.mlir

    // CHECK-NEXT:         value {
    // CHECK-NEXT:           tensor {
    // CHECK-NEXT:             dtype: DT_INT32
    // CHECK-NEXT:             tensor_shape {
    // CHECK-NEXT:             }
    // CHECK-NEXT:             int_val: 1
    // CHECK-NEXT:           }
    // CHECK-NEXT:         }
    // CHECK-NEXT:       }
    // CHECK:          }
    // CHECK:          node_def {
    // CHECK-NEXT:       name: "tf.Empty"
    // CHECK-NEXT:       op: "Empty"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 17 18:52:47 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  6. src/text/template/parse/parse_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    	if g, w := tmpl.Root.String(), outer; g != w {
    		t.Errorf("outer template = %q, want %q", g, w)
    	}
    	inTmpl := treeSet["inner"]
    	if inTmpl == nil {
    		t.Fatal("block did not define template")
    	}
    	if g, w := inTmpl.Root.String(), inner; g != w {
    		t.Errorf("inner template = %q, want %q", g, w)
    	}
    }
    
    func TestLineNum(t *testing.T) {
    	// const count = 100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 24K bytes
    - Viewed (0)
  7. tensorflow/c/experimental/filesystem/modular_filesystem.cc

      std::vector<TF_Filesystem_Option_Value_Union> option_values(values.size());
      for (size_t i = 0; i < values.size(); i++) {
        memset(&option_values[i], 0, sizeof(option_values[i]));
        option_values[i].int_val = values[i];
      }
      option_value.values = &option_values[0];
      option.value = &option_value;
      UniquePtrTo_TF_Status plugin_status(TF_NewStatus(), TF_DeleteStatus);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 23.1K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	IFT_SMDSICIP                  = 0x34
    	IFT_SN                        = 0x38
    	IFT_SONET                     = 0x27
    	IFT_SONETPATH                 = 0x32
    	IFT_SONETVT                   = 0x33
    	IFT_SP                        = 0x39
    	IFT_STARLAN                   = 0xb
    	IFT_T1                        = 0x12
    	IFT_TUNNEL                    = 0x3b
    	IFT_ULTRA                     = 0x1d
    	IFT_V35                       = 0x2d
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	IFT_SMDSICIP                  = 0x34
    	IFT_SN                        = 0x38
    	IFT_SONET                     = 0x27
    	IFT_SONETPATH                 = 0x32
    	IFT_SONETVT                   = 0x33
    	IFT_SP                        = 0x39
    	IFT_STARLAN                   = 0xb
    	IFT_T1                        = 0x12
    	IFT_TUNNEL                    = 0x3b
    	IFT_ULTRA                     = 0x1d
    	IFT_V35                       = 0x2d
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  10. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

              }
              attr {
                key: "value"
                value {
                  tensor {
                    dtype: DT_INT32
                    tensor_shape {
                    }
                    int_val: 1
                  }
                }
              }
            }
            node_def {
              name: "ShardedFilename/shard"
              op: "Const"
              device: "/device:CPU:0"
              attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
Back to top