Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for body (0.15 sec)

  1. .github/ISSUE_TEMPLATE/tflite-other.md

    name: TensorFlow Lite Other Issue description: Use this template to report any
    issue in TensorFlow Lite that is not about Converters, Play Services or Ops
    body: - type: dropdown id: issue-type attributes: label: Issue Type description:
    What type of issue would you like to report? multiple: false options: - Bug -
    Build/Install - Performance - Support - Feature Request - Documentation Feature
    Request - Documentation Bug - Others validations: required: true - type:
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Thu Dec 29 22:28:29 GMT 2022
    - 3.4K bytes
    - Viewed (1)
  2. RELEASE.md

        *   Set as much partial shape as we can infer statically within the gradient
            impl of the gather op.
        *   Gradient of `tf.while_loop` emits `StatelessWhile` op if `cond` and body
            functions are stateless. This allows multiple gradients while ops to run
            in parallel under distribution strategy.
        *   Speed up `GradientTape` in eager mode by auto-generating list of op
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top