Home
last modified time | relevance | path

Searched refs:test_X (Results 1 – 25 of 150) sorted by relevance

123456

/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/actuatornet/
H A Dactuatornet_keras_lstm.py105 test_X, test_y = test[:, :-1], test[:, -1] variable
115 test_X = test_X.reshape((test_X.shape[0], lag_steps + 1, int(test_X.shape[1] / (lag_steps + 1)))) variable
148 validation_data=(test_X, test_y),
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/24_iterators/customization_points/
H A Diter_swap.cc42 test_X(int i, int j) in test_X() function
49 static_assert( test_X(1, 2) );
54 VERIFY( test_X(3, 4) ); in test01()
H A Diter_move.cc48 test_X(int i, int j) in test_X() function
56 static_assert( test_X(1, 2) );
61 VERIFY( test_X(3, 4) ); in test01()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/24_iterators/customization_points/
H A Diter_swap.cc42 test_X(int i, int j) in test_X() function
49 static_assert( test_X(1, 2) );
54 VERIFY( test_X(3, 4) ); in test01()
H A Diter_move.cc48 test_X(int i, int j) in test_X() function
56 static_assert( test_X(1, 2) );
61 VERIFY( test_X(3, 4) ); in test01()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/24_iterators/customization_points/
H A Diter_swap.cc42 test_X(int i, int j) in test_X() function
49 static_assert( test_X(1, 2) );
54 VERIFY( test_X(3, 4) ); in test01()
H A Diter_move.cc48 test_X(int i, int j) in test_X() function
56 static_assert( test_X(1, 2) );
61 VERIFY( test_X(3, 4) ); in test01()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/24_iterators/customization_points/
H A Diter_swap.cc42 test_X(int i, int j) in test_X() function
49 static_assert( test_X(1, 2) );
54 VERIFY( test_X(3, 4) ); in test01()
H A Diter_move.cc48 test_X(int i, int j) in test_X() function
56 static_assert( test_X(1, 2) );
61 VERIFY( test_X(3, 4) ); in test01()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/24_iterators/customization_points/
H A Diter_swap.cc42 test_X(int i, int j) in test_X() function
49 static_assert( test_X(1, 2) );
54 VERIFY( test_X(3, 4) ); in test01()
H A Diter_move.cc48 test_X(int i, int j) in test_X() function
56 static_assert( test_X(1, 2) );
61 VERIFY( test_X(3, 4) ); in test01()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/24_iterators/customization_points/
H A Diter_swap.cc42 test_X(int i, int j) in test_X() function
49 static_assert( test_X(1, 2) );
54 VERIFY( test_X(3, 4) ); in test01()
H A Diter_move.cc48 test_X(int i, int j) in test_X() function
56 static_assert( test_X(1, 2) );
61 VERIFY( test_X(3, 4) ); in test01()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/24_iterators/customization_points/
H A Diter_swap.cc45 test_X(int i, int j) in test_X() function
52 static_assert( test_X(1, 2) );
57 VERIFY( test_X(3, 4) ); in test01()
H A Diter_move.cc51 test_X(int i, int j) in test_X() function
59 static_assert( test_X(1, 2) );
64 VERIFY( test_X(3, 4) ); in test01()
/dports/misc/py-xgboost/xgboost-1.5.1/demo/multiclass_classification/
H A Dtrain.py19 test_X = test[:, :33] variable
23 xg_test = xgb.DMatrix(test_X, label=test_Y)
/dports/misc/xgboost/xgboost-1.5.1/demo/multiclass_classification/
H A Dtrain.py19 test_X = test[:, :33] variable
23 xg_test = xgb.DMatrix(test_X, label=test_Y)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/grpc/tests/
H A Dgrpctest.py26 test_X = 3.0 variable
48 assert m.Pos().X() == test_X
145 pos = Vec3.CreateVec3(b, test_X, test_Y, test_Z, test_test1, test_color, test_a, test_b)
/dports/devel/flatbuffers/flatbuffers-2.0.0/grpc/tests/
H A Dgrpctest.py26 test_X = 3.0 variable
48 assert m.Pos().X() == test_X
145 pos = Vec3.CreateVec3(b, test_X, test_Y, test_Z, test_test1, test_color, test_a, test_b)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/grpc/tests/
H A Dgrpctest.py26 test_X = 3.0 variable
48 assert m.Pos().X() == test_X
145 pos = Vec3.CreateVec3(b, test_X, test_Y, test_Z, test_test1, test_color, test_a, test_b)
/dports/misc/py-xgboost/xgboost-1.5.1/doc/
H A Dget_started.rst59 test_X, test_Y = readlibsvm("demo/data/agaricus.txt.test", (1611, 126))
64 pred = predict(bst, test_X)
/dports/misc/xgboost/xgboost-1.5.1/doc/
H A Dget_started.rst59 test_X, test_Y = readlibsvm("demo/data/agaricus.txt.test", (1611, 126))
64 pred = predict(bst, test_X)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Dvisibility-hidden-extern-templates.cpp16 void test_X(X<int> xi, X<char> xc) { in test_X() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A Dvisibility-hidden-extern-templates.cpp16 void test_X(X<int> xi, X<char> xc) { in test_X() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dvisibility-hidden-extern-templates.cpp16 void test_X(X<int> xi, X<char> xc) { in test_X() function

123456