Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for shape_inference_helpers (0.21 sec)

  1. tensorflow/compiler/jit/shape_inference_helpers.cc

    limitations under the License.
    ==============================================================================*/
    
    // Contains helpers for use in shape inference.
    
    #include "tensorflow/compiler/jit/shape_inference_helpers.h"
    
    #include <vector>
    
    #include "tensorflow/core/graph/graph.h"
    
    namespace tensorflow {
    
    Status BackEdgeHelper::Remove(Graph* graph) {
      if (graph_ != nullptr) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 09 11:36:41 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/shape_inference_helpers.h

    A. Unique TensorFlower <******@****.***> 1523556295 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 12 18:06:51 UTC 2018
    - 2.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/BUILD

            ":xla_device_no_jit_rewrite_registration",
            "@local_xla//xla/pjrt:pjrt_client",
        ],
    )
    
    cc_library(
        name = "shape_inference_helpers",
        srcs = ["shape_inference_helpers.cc"],
        hdrs = ["shape_inference_helpers.h"],
        visibility = [":friends"],
        deps = select({
            "//tensorflow:android": [
                "//tensorflow/core:portable_tensorflow_lib",
            ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/shape_inference.cc

    #include "tensorflow/compiler/jit/shape_inference.h"
    
    #include <cstdint>
    #include <map>
    #include <vector>
    
    #include "absl/log/log.h"
    #include "absl/strings/str_cat.h"
    #include "tensorflow/compiler/jit/shape_inference_helpers.h"
    #include "tensorflow/core/common_runtime/shape_refiner.h"
    #include "tensorflow/core/framework/function.h"
    #include "tensorflow/core/framework/node_def_util.h"
    #include "tensorflow/core/framework/shape_inference.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 13K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

    #include "absl/strings/str_cat.h"
    #include "absl/types/optional.h"
    #include "tensorflow/compiler/jit/flags.h"
    #include "tensorflow/compiler/jit/mark_for_compilation_pass.h"
    #include "tensorflow/compiler/jit/shape_inference_helpers.h"
    #include "tensorflow/compiler/jit/xla_cluster_util.h"
    #include "tensorflow/compiler/tf2xla/const_analysis.h"
    #include "xla/service/graphcycles/graphcycles.h"
    #include "xla/status_macros.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

    #include "mlir/Support/LLVM.h"  // from @llvm-project
    #include "tensorflow/cc/saved_model/constants.h"
    #include "tensorflow/cc/saved_model/loader_util.h"
    #include "tensorflow/compiler/jit/shape_inference_helpers.h"
    #include "tensorflow/compiler/mlir/op_or_arg_name_mapper.h"
    #include "tensorflow/compiler/mlir/tensorflow/dialect_registration.h"
    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_attributes.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top