Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for b_0_arg (0.09 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

          {
              {{"G"}, "BinaryTest", {"e_0_arg", "f_0_arg"}},
              {{"I"},
               "BinaryTest",
               {"f_0_arg", "outside_compilation_O1_host_compute:outputs:0"}},
              {{"outside_compilation_O1_host_compute"},
               "XlaHostCompute",
               {"d_0_arg", "G:o:0"},
               {{"Tinputs", absl::Span<const DataType>({DT_FLOAT, DT_FLOAT})},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

        // be converted to mlir operations and don't have a mapping.
        mlir::Operation* island = node_values_.find(arg_node.node->id())->second;
    
        auto bb_arg = bb->getArgument(i);
        mlir::Value arg_def = bb_arg;
    
        if (island->getNumResults() != 2)
          return errors::InvalidArgument(
              "Only feed output tensors of single output nodes are supported");
    
    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