Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Remat (3.24 sec)

  1. tensorflow/compiler/mlir/lite/experimental/remat/rematerializer.h

      virtual void ApplyRemat(const RematSpec& remat) {}
    
     protected:
      // Rematerializes the outputs of the operations [`remat.begin`, `remat.end`)
      // before operation remat.insert by copying that operation range before
      // remat.insert and updating tensor references so that any operation that can
      // will make use of the rematerialized outputs rather than the original ones.
      // `remat` must be valid (see above).
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 14 20:57:44 UTC 2023
    - 12K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/experimental/remat/rematerializer_test.cc

          std::sort(randos.begin(), randos.end());
          const Rematerializer::RematSpec spec{begin, end, insert};
          const auto simulated_profile = remat.GetMemProfile(spec);
          remat.Remat(spec);
          const auto actual_profile = remat.GetMemProfile();
          EXPECT_THAT(simulated_profile, ElementsAreArray(actual_profile));
        }
      }
    }
    
    class GreedyRematTest : public testing::Test {
     protected:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 14 20:57:44 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/experimental/remat/rematerializer.cc

          }
        }
      }
      return best;
    }
    
    void Rematerializer::Remat(const RematSpec& remat) {
      const int num_inserted = remat.end - remat.begin;
      // Rewrite all operation indices.
      for (auto& tensor : tensors_) {
        std::for_each(std::lower_bound(tensor.operations.begin(),
                                       tensor.operations.end(), remat.insert),
                      tensor.operations.end(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 14 20:57:44 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tf_to_tfl_flatbuffer.cc

    #include "tensorflow/core/framework/types.pb.h"
    #include "tensorflow/core/protobuf/meta_graph.pb.h"
    #include "tensorflow/core/public/session.h"
    #include "tensorflow/lite/c/c_api_types.h"
    #include "tensorflow/lite/experimental/remat/metadata_util.h"
    #include "tensorflow/lite/python/metrics/converter_error_data.pb.h"
    #include "tensorflow/lite/tools/optimize/quantize_weights.h"
    #include "tensorflow/lite/tools/optimize/reduced_precision_support.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

    #include "tensorflow/core/framework/tensor.pb.h"
    #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;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

    #include "tensorflow/lite/core/interpreter.h"
    #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"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  7. docs/pl/docs/fastapi-people.md

    {% endfor %}
    
    </div>
    {% endif %}
    
    Jestem twórcą i opiekunem **FastAPI**. Możesz przeczytać więcej na ten temat w [Pomoc FastAPI - Uzyskaj pomoc - Skontaktuj się z autorem](help-fastapi.md#connect-with-the-author){.internal-link target=_blank}.
    
    ...Ale tutaj chcę pokazać Ci społeczność.
    
    ---
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:50:03 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  8. docs/pl/docs/help-fastapi.md

    * Naprawić literówkę, którą znalazłeś w dokumentacji.
    * Podzielić się artykułem, filmem lub podcastem, który stworzyłeś lub znalazłeś na temat FastAPI, <a href="https://github.com/tiangolo/fastapi/edit/master/docs/en/data/external_links.yml" class="external-link" target="_blank">edytując ten plik</a>.
        * Upewnij się, że dodajesz swój link na początku odpowiedniej sekcji.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 14.9K bytes
    - Viewed (0)
Back to top