Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for func_0 (0.12 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tpu-multiple-while-body-func.mlir

      "func.func"() ({
      ^bb0(%arg0: tensor<i32>):
        "func.return"(%arg0) : (tensor<i32>) -> ()
      }) {sym_name = "main_while_body_4225150", sym_visibility = "private", tf._input_shapes = [#tf_type.shape<>], tf.signature.is_stateful, function_type = (tensor<i32>) -> (tensor<i32>)} : () -> ()
      "func.func"() ({
      ^bb0(%arg0: tensor<i32>):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 13 21:23:47 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. docs/pt/docs/tutorial/security/first-steps.md

    ```Python hl_lines="10"
    {!../../../docs_src/security/tutorial001.py!}
    ```
    
    Esse dependência vai fornecer uma `str` que é atribuído ao parâmetro `token da *função do path operation*
    
    A **FastAPI** saberá que pode usar essa dependência para definir um "esquema de segurança" no esquema da OpenAPI (e na documentação da API automática).
    
    !!! info "Detalhes técnicos"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_saved_model_ops.td

        and use the standardized MLIR `sym_name` attribute to hold it.
    
        This dialect annotates func ops with two argument attributes
        `tf_saved_model.index_path` and `tf_saved_model.bound_input` in order to
        model the calling API of a function with SavedModel semantics.
        In particular, func's in SavedModel are called with a structured value, and
        return a structured value. A structured value consists of arbitrarily nested
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:49:35 UTC 2023
    - 7.2K bytes
    - Viewed (0)
Back to top