Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LoadOpsAndApiDefs (0.11 sec)

  1. tensorflow/cc/framework/cc_op_gen_util.cc

    #include "tensorflow/core/platform/strcat.h"
    #include "tensorflow/core/platform/types.h"
    #include "tsl/platform/statusor.h"
    
    namespace tensorflow {
    namespace cc_op {
    
    absl::StatusOr<ApiDefMap> LoadOpsAndApiDefs(
        OpList& ops, bool include_internal,
        const std::vector<string>& api_def_dirs) {
      OpRegistry::Global()->Export(include_internal, &ops);
      ApiDefMap api_def_map(ops);
      if (!api_def_dirs.empty()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 00:57:05 UTC 2024
    - 25K bytes
    - Viewed (0)
Back to top