Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for while_cond_5 (0.21 sec)

  1. tensorflow/compiler/jit/compilability_check_util.cc

        RecursiveCompilabilityChecker::UncompilableNodesMap* uncompilable_nodes)
        const {
      bool is_compilable = true;
      is_compilable &= ExtractNodeDefAndCheckCompilability(
          while_node, "cond", "while_cond", encapsulating_function, lib_runtime,
          stack_trace, uncompilable_nodes);
    
      if (!uncompilable_nodes && !is_compilable) return is_compilable;
    
      is_compilable &= ExtractNodeDefAndCheckCompilability(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/extract_outside_compilation.mlir

        // CHECK-NEXT:      "tf.WhileRegion"()
        // CHECK-NEXT:        %[[WHILE_COND:.*]] = "tf._XlaRecvAtHostV2"(%[[PROGRAM_OUTPUT]], %[[DEVICE_ORDINAL]])
        // CHECK-NEXT:        "tf.Yield"(%[[WHILE_COND]])
        // CHECK:             %[[C_OUT:.*]] = "tf.C"(%[[B_OUT]])
        // CHECK-NEXT:        "tf._XlaSendFromHostV2"(%[[C_OUT]], %[[PROGRAM_OUTPUT]], %[[DEVICE_ORDINAL]])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 129.6K bytes
    - Viewed (0)
Back to top