Home
last modified time | relevance | path

Searched refs:y_global (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_test.cc84 std::unique_ptr<xla::GlobalData> y_global = in TEST() local
89 client->ExecuteAndTransfer(computation, {x_global.get(), y_global.get()}); in TEST()
/external/scapy/scapy/
Dutils6.py45 y_global = 0
47 y_global = 1
48 res = y_global - x_global
49 if res != 0 or y_global != 1: