HomeSort by relevance Sort by last modified time
    Searched refs:y_global (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/
tf2xla_test.cc 84 std::unique_ptr<xla::GlobalData> y_global = local
89 client->ExecuteAndTransfer(computation, {x_global.get(), y_global.get()});
  /external/scapy/scapy/
utils6.py 45 y_global = 0
47 y_global = 1
48 res = y_global - x_global
49 if res != 0 or y_global != 1:

Completed in 66 milliseconds