Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 36 for int_spl (0.23 sec)

  1. 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)
  2. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/stateful-attribute.pbtxt

              type: DT_INT32
            }
          }
          attr {
            key: "value"
            value {
              tensor {
                dtype: DT_INT32
                tensor_shape {
                }
                int_val: 5
              }
            }
          }
        }
        node_def {
          name: "Identity"
          op: "Identity"
          input: "Const:output:0"
          attr {
            key: "T"
            value {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Nov 11 19:14:04 UTC 2020
    - 1.5K bytes
    - Viewed (0)
  3. 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)
  4. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/tf-data-pipeline.pbtxt

              type: DT_INT32
            }
          }
          attr {
            key: "value"
            value {
              tensor {
                dtype: DT_INT32
                tensor_shape {
                }
                int_val: 2
              }
            }
          }
        }
        node_def {
          name: "mul"
          op: "Mul"
          input: "args_0"
          input: "mul/y:output:0"
          attr {
            key: "T"
            value {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 29 04:41:05 UTC 2021
    - 4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/switch_n.pbtxt

      attr {
        key: "dtype"
        value {
          type: DT_INT32
        }
      }
      attr {
        key: "value"
        value {
          tensor {
            dtype: DT_INT32
            tensor_shape {
            }
            int_val: 0
          }
        }
      }
    }
    node {
      name: "Case/input_0"
      op: "Const"
      attr {
        key: "dtype"
        value {
          type: DT_FLOAT
        }
      }
      attr {
        key: "value"
        value {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 15 19:42:47 UTC 2021
    - 3.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/cc/saved_model/testdata/half_plus_two_pbtxt/00000123/saved_model.pbtxt

            key: "value"
            value {
              tensor {
                dtype: DT_INT32
                tensor_shape {
                  dim {
                    size: 1
                  }
                }
                int_val: 1
              }
            }
          }
        }
        node {
          name: "ParseExample/Reshape"
          op: "Reshape"
          input: "ParseExample/key_x2"
          input: "ParseExample/Reshape/shape"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 26 01:10:27 UTC 2017
    - 46.9K bytes
    - Viewed (0)
  8. tensorflow/c/c_test_util.cc

          } else {
            return false;
          }
        } else if (attr.first == "value") {
          if (attr.second.has_tensor() &&
              attr.second.tensor().int_val_size() == 1 &&
              attr.second.tensor().int_val(0) == v) {
            found_value = true;
          } else {
            return false;
          }
        }
      }
      return found_dtype && found_value;
    }
    
    bool IsAddN(const tensorflow::NodeDef& node_def, int n) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Oct 15 03:16:52 UTC 2021
    - 17.8K bytes
    - Viewed (0)
  9. 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)
  10. src/syscall/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: Fri Apr 12 16:18:12 UTC 2019
    - 47.2K bytes
    - Viewed (0)
Back to top