Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 44 of 44 for states (0.1 sec)

  1. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    think it was,' he said.
    
      `Fifteenth,' said the March Hare.
    
      `Sixteenth,' added the Dormouse.
    
      `Write that down,' the King said to the jury, and the jury
    eagerly wrote down all three dates on their slates, and then
    added them up, and reduced the answer to shillings and pence.
    
      `Take off your hat,' the King said to the Hatter.
    
      `It isn't mine,' said the Hatter.
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  2. internal/s3select/csv/testdata/testdata.zip

    -73.863739013671875 40.732749938964844 -73.76513671875 40.718353271484375 3 6.70 20.5 0.5 0.5 0 0 21.5 1 196 131 green 0.04 0.0 0.0 62 37 5.37 1288 717.02 4 Queens 071702 4071702 I QN18 Rego Park 4108 1380 478 4 Queens 047800 4047800 I QN06 Jamaica Estates-Holliswood 4106 3389335 2 2014-03-15 17:23:01 2014-03-15 17:32:25 N 1 -73.864006042480469 40.732711791992188 -73.896461486816406 40.735050201416016 3 2.22 9.5 0 0.5 0 0 10 2 1 196 157 green 0.00 0.0 0.0 58 42 8.95 1288 717.02 4 Queens 071702 4071702...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 111.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

               "Maximum shape inference iterations">,
        Option<"input_arg_shapes_", "input-arg-shapes", "std::string", /*default=*/"",
               "Input tensor shapes. Shapes for different tensors are separated by ':', and dimension sizes for the same tensor are separated by ','">,
      ];
    }
    
    def StripNoinlineAttributePass : Pass<"tf-strip-noinline-attribute", "ModuleOp"> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

              (*node_name_map)[placeholder_node->name()] = placeholder_node;
              // Add the new placeholder node to the shape refiner.
              Status status = shape_refiner_->AddNode(placeholder_node);
              if (!status.ok()) {
                return EmitErrorWithLocationStr(*placeholder_node, status);
              }
            }
          } else {
            auto index_it = it->second.find(0);
            if (index_it == it->second.end()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top