Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/tf2xla/internal/passes/mark_ops_for_outside_compilation.cc

          outside_compile_ops.push_back(op);
        }
      });
    
      if (outside_compile_ops.size() > kTooManyOutsideCompileRegionThreshold) {
        llvm::SmallVector<std::string, kOpDetailCount> op_info;
        for (int i = 0; i < kOpDetailCount; ++i) {
          auto& op = outside_compile_ops[i];
          op_info.push_back(tensorflow::OpAsString(*op));
        }
    
        LOG(WARNING) << outside_compile_ops.size() << " outside compilation "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 21.4K bytes
    - Viewed (0)
Back to top