Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MayCallFunction (0.21 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

        std::optional<DeviceId> resource_op_device;
        if (is_resource_op) {
          resource_op_device = device;
        }
    
        std::optional<int> resource_var_operation_node_id;
        if (is_resource_op || MayCallFunction(*node, flib_def_)) {
          resource_var_operation_node_id = node->id();
        }
    
        bool is_xla_compile_attr_true =
            GetNodeOrFuncAttr(node, flib_def_, kXlaCompileAttr) ||
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
Back to top