Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for graph_in_ (0.47 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

    static const char* const kArgOp = "_Arg";
    static const char* const kRetValOp = "_Retval";
    
    class Encapsulator {
     public:
      Encapsulator(string group_attribute, Graph const* graph_in)
          : group_attribute_(std::move(group_attribute)), graph_in_(graph_in) {}
    
      // Find subgraphs marked with 'group_attribute', and build a new
      // subgraph, one for each value of 'group_attribute'.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/encapsulate_subgraphs_pass.h

    // dep from B. Originally D must run after C, post-transformation this
    // dependency is lost.
    Status EncapsulateSubgraphsInFunctions(
        string group_attribute, const Graph& graph_in,
        const RewriteSubgraphFn& rewrite_subgraph_fn, bool reuse_existing_functions,
        std::unique_ptr<Graph>* graph_out, FunctionLibraryDefinition* library);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 12 03:59:36 UTC 2022
    - 4.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/passes.h

    // so redudant ones may be grouped and removed.
    std::unique_ptr<OperationPass<ModuleOp>> CreatePushTransposeThroughEwisePass();
    
    // Creates a pass that brings operations into the same order as graph_info.cc.
    std::unique_ptr<OperationPass<func::FuncOp>>
    CreatePartitionedTopologicalSortPass();
    
    #define GEN_PASS_DECL_DEFAULTQUANTPARAMSPASS
    #define GEN_PASS_DECL_DENSETOSPARSEPASS
    #define GEN_PASS_DECL_LEGALIZETFPASS
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 07 21:29:34 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  4. docs/metrics/prometheus/README.md

    ```
    
    ##### Node (optional)
    
    Optionally you can also collect per node metrics. This needs to be done on a per server instance.
    The scrape configurations should use all the servers under `targets` so that graphing systems like
    grafana can visualize them for all the nodes
    
    ```yaml
    scrape_configs:
    - job_name: minio-job
      metrics_path: /minio/v2/metrics/node
      scheme: http
      static_configs:
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 12 15:49:30 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  5. src/internal/trace/traceviewer/mmu.go

    // Copyright 2023 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Minimum mutator utilization (MMU) graphing.
    
    // TODO:
    //
    // In worst window list, show break-down of GC utilization sources
    // (STW, assist, etc). Probably requires a different MutatorUtil
    // representation.
    //
    // When a window size is selected, show a second plot of the mutator
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:53 UTC 2023
    - 13K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/transforms/passes.td

          executed by the Flex delegate will be followed by another Flex delegated
          operator, if possible. The reordering uses the same greedy procedure that
          is executed at runtime (in tensorflow/lite/graph_info.cc.)
          This allows us to have an IR of the model that is in the same execution order
          as it will have at runtime (provided Flex is the only delegate present); this
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

    #include "tensorflow/core/framework/tensor_shape.pb.h"
    #include "tensorflow/core/platform/errors.h"
    #include "tensorflow/core/platform/status.h"
    #include "tensorflow/lite/experimental/remat/metadata_util.h"
    #include "tensorflow/lite/graph_info.h"
    #include "tensorflow/lite/model_builder.h"
    #include "tsl/platform/status.h"
    #include "tsl/platform/statusor.h"
    
    using absl::Status;
    using absl::StatusOr;
    using llvm::ArrayRef;
    using mlir::Builder;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

    #include "tensorflow/lite/core/macros.h"
    #include "tensorflow/lite/delegates/flex/allowlisted_flex_ops.h"
    #include "tensorflow/lite/experimental/remat/metadata_util.h"
    #include "tensorflow/lite/graph_info.h"
    #include "tensorflow/lite/python/metrics/converter_error_data.pb.h"
    #include "tensorflow/lite/schema/schema_conversion_utils.h"
    #include "tensorflow/lite/toco/toco_flags.pb.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  9. src/internal/trace/traceviewer/static/trace_viewer_full.html

    const TestExports={};const...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top