Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 37 of 37 for feedsif (0.24 sec)

  1. tensorflow/c/c_api.h

        const TF_Operation* const* target_opers, int ntargets,
        // RunMetadata
        TF_Buffer* run_metadata,
        // Output status
        TF_Status*);
    
    // Set up the graph with the intended feeds (inputs) and fetches (outputs) for a
    // sequence of partial run calls.
    //
    // On success, returns a handle that is used for subsequent PRun calls. The
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

    }
    
    // TODO(b/177675373): Make dtypes and shapes derived attributes,
    // use more general solution.
    def TF_InfeedEnqueueTupleOp : TF_Op<"InfeedEnqueueTuple", []> {
      let summary = [{
    Feeds multiple Tensor values into the computation as an XLA tuple.
      }];
    
      let arguments = (ins
        Arg<Variadic<TF_Tensor>, [{A list of tensors that will be provided using the infeed mechanism.}]>:$inputs,
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

            UpdateReplicationAttr(&op, new_repl_info);
          }
        }
        return LogicalResult::success();
      }
    
      // After inlining, there will likely be some instances where a
      // TPUReplicatedInput feeds directly into a TPUReplicatedOutput. Find such
      // pairs and remove them.
      LogicalResult RemoveOutputInputPairs(func::FuncOp func) {
        llvm::SetVector<Operation*> ops_to_erase;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        op. The order of ops will be preserved. Functions named `main` with no
        `tf.entry_function` attribute will not be pruned, as such graphs/functions may
        have been imported from a V1 TensorFlow graph, where feeds/fetches/targets are
        not provided at certain stages of IR transformation (e.g. pre-placement).
    
        Option `ops-to-preserve` allows to specify ops that should not be pruned,
        regardless of their reachability.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    op. The order of ops will be preserved. Functions named `main` with no
    `tf.entry_function` attribute will not be pruned, as such graphs/functions may
    have been imported from a V1 TensorFlow graph, where feeds/fetches/targets are
    not provided at certain stages of IR transformation (e.g. pre-placement).
    
    Option `ops-to-preserve` allows to specify ops that should not be pruned,
    regardless of their reachability.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  6. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="text/vnd.in3d.spot">
        <glob pattern="*.spot"/>
      </mime-type>
      <mime-type type="text/vnd.iptc.anpa">
        <acronym>ANPA</acronym>
        <_comment>American Newspaper Publishers Association Wire Feeds</_comment>
        <glob pattern="*.anpa"/>
        <magic priority="50">
          <match value="\x16\x16\x01" type="string" offset="0"/>
        </magic>
      </mime-type>
      <mime-type type="text/vnd.iptc.newsml"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  7. RELEASE.md

            (command `print_source` / `ps`)
        *   New navigation bar in Curses-based UI
        *   NodeStepper (command `invoke_stepper`) now uses intermediate tensor
            dumps. It also uses `TensorHandles` as direct feeds during successive
            `cont` calls for improved performance and reduced memory consumption.
    *   Initial release of installation guides for Java, C, and Go.
    *   Added Text Dashboard to TensorBoard.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top