Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for called_index (0.23 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/xla_call_module_deserialization.cc

              return WalkResult::interrupt();
            }
            int called_index = called_index_attr.getInt();
            if (called_index < 0 || called_index >= function_list.size()) {
              op->emitOpError()
                  << "references function #" << called_index
                  << " but enclosing XlaCallModule has a function list of size "
                  << function_list.size();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 23 09:05:47 UTC 2024
    - 11.1K bytes
    - Viewed (0)
Back to top