Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 134 for modelSet (0.13 sec)

  1. docs/de/docs/tutorial/body-updates.md

    ### Pydantics `exclude_unset`-Parameter verwenden
    
    Wenn Sie Teil-Aktualisierungen entgegennehmen, ist der `exclude_unset`-Parameter in der `.model_dump()`-Methode von Pydantic-Modellen sehr nützlich.
    
    Wie in `item.model_dump(exclude_unset=True)`.
    
    !!! info
        In Pydantic v1 hieß diese Methode `.dict()`, in Pydantic v2 wurde sie deprecated (aber immer noch unterstützt) und in `.model_dump()` umbenannt.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:26:37 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/empty-value-attr.pbtxt

                tensor_shape {
                }
                float_val: 7
              }
            }
          }
        }
        ret {
          key: "constant"
          value: "X:output:0"
        }
        # This should be modeled as unit attribute
        attr {
          key: "_input_shapes"
          value {
          }
        }
      }
    }
    versions {
      producer: 85
      min_consumer: 12
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Nov 11 19:14:04 UTC 2020
    - 1.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/sparsity/sparsify_model.h

    #include "tensorflow/compiler/mlir/lite/schema/schema_generated.h"
    
    namespace mlir {
    namespace lite {
    
    // Sparsify the `input_model` and write the result to a flatbuffer `builder`.
    absl::Status SparsifyModel(const tflite::ModelT& input_model,
                               flatbuffers::FlatBufferBuilder* builder);
    }  // namespace lite
    }  // namespace mlir
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 20:16:40 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  4. platforms/software/antlr/src/main/java/org/gradle/api/plugins/antlr/internal/antlr2/GenerationPlan.java

        }
    
        void setImportVocabTokenTypesDirectory(File importVocabTokenTypesDirectory) {
            this.importVocabTokenTypesDirectory = importVocabTokenTypesDirectory;
        }
    
        /**
         * Is the grammar file modeled by this plan out of considered out of date?
         *
         * @return True if the grammar generation is out of date (needs regen); false otherwise.
         */
        public boolean isOutOfDate() {
            return outOfDate;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 14:52:10 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/importer_test_min_max.cc

    namespace mlir {
    namespace {
    std::optional<std::unique_ptr<tflite::ModelT>> InjectStatsToFullyConnected(
        llvm::StringRef buffer) {
      auto model_ptr = tflite::FlatBufferModel::VerifyAndBuildFromBuffer(
          buffer.data(), buffer.size());
      if (nullptr == model_ptr) {
        return std::nullopt;
      }
      std::unique_ptr<tflite::ModelT> model(model_ptr->GetModel()->UnPack());
    
      // FB-LABEL:     name: "arg0",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  6. docs/de/docs/advanced/path-operation-advanced-configuration.md

    Das definiert die Metadaten der Haupt-Response einer *Pfadoperation*.
    
    Sie können auch zusätzliche Responses mit deren Modellen, Statuscodes usw. deklarieren.
    
    Es gibt hier in der Dokumentation ein ganzes Kapitel darüber, Sie können es unter [Zusätzliche Responses in OpenAPI](additional-responses.md){.internal-link target=_blank} lesen.
    
    ## OpenAPI-Extra
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:27:23 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-version-info.pbtxt

        value {
          b: false
        }
      }
      attr {
        key: "variance_epsilon"
        value {
          f: 0.001
        }
      }
    }
    library {
    }
    # versions would be modeled as tf.versions attribute in main function
    versions {
      producer: 8
      min_consumer: 7
      bad_consumers: 3
      bad_consumers: 4
      bad_consumers: 2
      bad_consumers: 9
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 24 00:20:25 UTC 2020
    - 2.8K bytes
    - Viewed (0)
  8. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/LongRunningOperation.java

         * <p>
         * Be aware that not all of the Gradle command line options are supported!
         * Only the build arguments that configure the build execution are supported.
         * They are modelled in the Gradle API via {@link org.gradle.StartParameter}.
         * Examples of supported build arguments: '--info', '-p'.
         * The command line instructions that are actually separate commands (like '-?' and '-v') are not supported.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 14K bytes
    - Viewed (0)
  9. docs/de/docs/how-to/conditional-openapi.md

    Wenn Sie Ihre API sichern möchten, gibt es mehrere bessere Dinge, die Sie tun können, zum Beispiel:
    
    * Stellen Sie sicher, dass Sie über gut definierte Pydantic-Modelle für Ihre Requestbodys und Responses verfügen.
    * Konfigurieren Sie alle erforderlichen Berechtigungen und Rollen mithilfe von Abhängigkeiten.
    * Speichern Sie niemals Klartext-Passwörter, sondern nur Passwort-Hashes.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:18:13 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  10. tensorflow/c/experimental/saved_model/core/concrete_function.h

    // of inputs (either through get_concrete_function) or an input_signature.
    // ConcreteFunction attempts to preserve the user-facing semantics of the
    // tf.function python API and can take a limited set of types as arguments
    // (to be modeled in tensorflow::Value), not just Tensors.
    //
    // SavedModelAPI's ConcreteFunctions' lifetimes are bound to the SavedModel they
    // are loaded from, since they retain pointers to the TensorHandles owned by the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 29 15:50:58 UTC 2021
    - 2.4K bytes
    - Viewed (0)
Back to top