Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 138 for TensorFlow (0.06 seconds)

  1. tensorflow/c/c_api_experimental.cc

    #include "tensorflow/core/platform/init_main.h"
    #include "tensorflow/core/platform/mutex.h"
    #include "tensorflow/core/platform/net.h"
    #include "tensorflow/core/platform/platform.h"
    #include "tensorflow/core/platform/strcat.h"
    #include "tensorflow/core/protobuf/config.pb.h"
    #include "tensorflow/core/protobuf/tensorflow_server.pb.h"
    
    using tensorflow::FunctionDef;
    using tensorflow::Node;
    using tensorflow::NodeBuilder;
    using tensorflow::Status;
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Sat Oct 04 05:55:32 GMT 2025
    - 29.4K bytes
    - Click Count (0)
  2. ci/official/utilities/repack_libtensorflow.sh

        tensorflow/c/tf_buffer.h  \
        tensorflow/c/tf_datatype.h \
        tensorflow/c/tf_status.h \
        tensorflow/c/tf_tensor.h \
        tensorflow/c/tf_tensor_helper.h \
        tensorflow/c/tf_tstring.h \
        tensorflow/c/tf_file_statistics.h \
        tensorflow/c/tensor_interface.h \
        tensorflow/c/c_api_macros.h \
        tensorflow/c/c_api_experimental.h \
        ${LIB_PKG}/include/tensorflow/c
      cp tensorflow/c/eager/c_api.h \
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Fri Jan 17 16:25:18 GMT 2025
    - 5.7K bytes
    - Click Count (0)
  3. README.md

    ## Resources
    
    *   [TensorFlow.org](https://www.tensorflow.org)
    *   [TensorFlow Tutorials](https://www.tensorflow.org/tutorials/)
    *   [TensorFlow Official Models](https://github.com/tensorflow/models/tree/master/official)
    *   [TensorFlow Examples](https://github.com/tensorflow/examples)
    *   [TensorFlow Codelabs](https://codelabs.developers.google.com/?cat=TensorFlow)
    *   [TensorFlow Blog](https://blog.tensorflow.org)
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Fri Jul 18 14:09:03 GMT 2025
    - 11.6K bytes
    - Click Count (0)
  4. ci/README.md

    # TensorFlow continuous integration
    
    > **Warning** This folder is still under construction. It is part of an ongoing
    > effort to improve the structure of CI and build related files within the
    > TensorFlow repo. This warning will be removed when the contents of this
    > directory are stable and appropriate documentation around its usage is in
    > place.
    
    Maintainer: TensorFlow DevInfra
    
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Tue Jun 06 21:00:01 GMT 2023
    - 825 bytes
    - Click Count (0)
  5. tensorflow/BUILD

            "//tensorflow/compiler/mlir/quantization/tensorflow/python:quantize_model_cc_impl",
            "//tensorflow/compiler/mlir/quantization/tensorflow:passes",
            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/compiler/mlir/tensorflow/c:mlir_c_api_registration",
            "//tensorflow/compiler/mlir/tensorflow:error_util",
            "//tensorflow/compiler/mlir/tensorflow:mlir_import_options",
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Wed Nov 12 19:21:56 GMT 2025
    - 53.1K bytes
    - Click Count (0)
  6. SECURITY.md

    This document discusses the TensorFlow security model. It describes the security
    risks to consider when using models, checkpoints or input data for training or
    serving. We also provide guidelines on what constitutes a vulnerability in
    TensorFlow and how to report them.
    
    This document applies to other repositories in the TensorFlow organization,
    covering security practices for the entirety of the TensorFlow ecosystem.
    
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Wed Oct 16 16:10:43 GMT 2024
    - 9.6K bytes
    - Click Count (0)
  7. ci/devinfra/README.md

    > effort to improve the structure of CI and build related files within the
    > TensorFlow repo. This warning will be removed when the contents of this
    > directory are stable and appropriate documentation around its usage is in
    > place.
    
    Maintainer: TensorFlow DevInfra
    
    Issue Reporting: File an issue against this repo and tag
    [@devinfra](https://github.com/orgs/tensorflow/teams/devinfra)
    
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Tue Jun 06 21:00:01 GMT 2023
    - 732 bytes
    - Click Count (0)
  8. tensorflow/c/checkpoint_reader.cc

    #include "tensorflow/c/checkpoint_reader.h"
    
    #include <unordered_set>
    #include <utility>
    
    #include "tensorflow/core/platform/env.h"
    #include "tensorflow/core/platform/status.h"
    #include "tensorflow/core/platform/stringpiece.h"
    #include "tensorflow/core/platform/types.h"
    #include "tensorflow/core/util/saved_tensor_slice_util.h"
    #include "tensorflow/core/util/tensor_bundle/naming.h"
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Sat Nov 08 06:24:11 GMT 2025
    - 5.4K bytes
    - Click Count (0)
  9. .github/workflows/release-branch-cherrypick.yml

            committer: TensorFlow Release Automation <jenkins@tensorflow.org>
            token: ${{ secrets.JENKINS_TOKEN }}
            base: ${{ github.event.inputs.release_branch }}
            branch: ${{ github.event.inputs.release_branch }}-${{ steps.cherrypick.outputs.SHORTSHA }}
            reviewers: learning-to-play
            body: |
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Mon Dec 01 09:57:00 GMT 2025
    - 3.1K bytes
    - Click Count (0)
  10. .github/bot_config.yml

    # filesystem path
    filesystem_path:
       - tensorflow/c/experimental/filesystem
    # security path
    security_path:
       - tensorflow/security
    # words checklist
    segfault_memory:
       - segfault
       - memory leaks
    # assignees
    filesystem_security_assignee:
       - mihaimaruseac
       
    # Cuda Comment
    cuda_comment: >
       From the template it looks like you are installing **TensorFlow** (TF) prebuilt binaries:
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Mon Jun 30 16:38:59 GMT 2025
    - 4K bytes
    - Click Count (1)
Back to Top