Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for concrete_functions (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

          func->setAttr(
              kTfSavedModelExportedNamesAttr,
              builder.getStrArrayAttr(object_names.GetExportedNames(node_id)));
          const SavedConcreteFunction& concrete_function =
              object_graph.concrete_functions().at(function.concrete_functions(0));
    
          // We do not handle the other element of this tuple, which corresponds to
          // Python kwonlyargs, since currently TensorFlow prohibits this in
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/saved_model/internal/saved_model_api_test.cc

    #include "tensorflow/c/experimental/saved_model/core/tf_saved_model_api.h"
    #include "tensorflow/c/experimental/saved_model/internal/saved_model_api_type.h"
    #include "tensorflow/c/experimental/saved_model/public/concrete_function.h"
    #include "tensorflow/c/experimental/saved_model/public/signature_def_function.h"
    #include "tensorflow/c/experimental/saved_model/public/signature_def_function_metadata.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 23 08:08:45 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  3. RELEASE.md

    * Introducing `tf.types.experimental.AtomicFunction` as the fastest way to perform TF computations in Python.
    
        * Can be accessed through `inference_fn` property of `ConcreteFunction`s
        * Does not support gradients.
    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