Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for t_in (0.39 sec)

  1. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    _Muscovy_ Glass, or other Substances, have at any Colour produced by them. _Obs._ 22. A thin transparent Body, which is denser than its ambient Medium, exhibits more brisk and vivid Colours than that which is so much rarer; as I have particularly observed in the Air and Glass. For blowing Glass very thin at a Lamp Furnace, those Plates encompassed with Air did exhibit Colours much more vivid than those of Air made thin between two Glasses. _Obs._ 23. Comparing the quantity of Light reflected from the...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      }
    
      // Append lifted args' types to If node's Tin attribute.
      std::vector<DataType> data_types;
      data_types.reserve(outside_compilation_nodes.size());
      TF_RETURN_IF_ERROR(GetNodeAttr(n->def(), "Tin", &data_types));
      for (Node* n : outside_compilation_nodes) {
        data_types.push_back(n->output_type(0));
      }
      n->ClearAttr("Tin");
      n->AddAttr("Tin", data_types);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

      }
    
      // Input's element size must be multiple of parameter's z_in dimension.
      const int z_in = filter_type.getDimSize(1);
      const int num_input_elements = input_type.getNumElements();
      if (z_in != 0 && num_input_elements % z_in != 0) {
        return op.emitOpError(llvm::formatv(
                   "expect 'input' num_elements % {0} == 0, got input type ", z_in))
               << input_type;
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/prepare-composite-functions-tf.mlir

      %0 = "tf.Const"() {_output_shapes = ["tfshape$"], device = "", dtype = f32, value = dense<0.000000e+00> : tensor<f32>} : () -> tensor<f32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 122.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        %0 = "tf.If"(%arg0, %arg1) {Tcond = i1, Tin = ["tfdtype$DT_FLOAT"], Tout = ["tfdtype$DT_FLOAT"], _xla_propagate_compile_time_consts = true, device = "", else_branch = @reused_if_else_branch, is_stateless = true, name = "if", then_branch = @reused_if_then_branch} : (tensor<i1>, tensor<1x2x3xf32>) -> tensor<1x2x3xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/ops.mlir

    }
    
    // -----
    
    func.func @testFullyConnectedWithBadBatch(%arg0: tensor<1x37xf32>, %arg1: tensor<40x37xf32>, %arg2: tensor<40xf32>) -> tensor<2x40xf32> {
      // expected-error @+1 {{num_input_elements / z_in != num_output_elements / z_out}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    you executed, whether you're nervous or not.'
    
      `I'm a poor man, your Majesty,' the Hatter began, in a
    trembling voice, `--and I hadn't begun my tea--not above a week
    or so--and what with the bread-and-butter getting so thin--and
    the twinkling of the tea--'
    
      `The twinkling of the what?' said the King.
    
      `It began with the tea,' the Hatter replied.
    
      `Of course twinkling begins with a T!' said the King sharply.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    you executed, whether you're nervous or not.'
    
      `I'm a poor man, your Majesty,' the Hatter began, in a
    trembling voice, `--and I hadn't begun my tea--not above a week
    or so--and what with the bread-and-butter getting so thin--and
    the twinkling of the tea--'
    
      `The twinkling of the what?' said the King.
    
      `It began with the tea,' the Hatter replied.
    
      `Of course twinkling begins with a T!' said the King sharply.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
Back to top