Home
last modified time | relevance | path

Searched refs:makeConst (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/go/
Dattrs_test.go29 makeConst := func(v interface{}) Output {
58 makeConst([]float32{1, 2, 3, 4}),
68 makeConst([]float32{}),
120 makeConst(""),
131 makeConst(""),
142 makeConst(""),
153 makeConst(""),
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dinvoke_helpers.h84 Tp const& makeConst(Tp& ref) { return ref; } in makeConst() function
87 Tp const* makeConst(Tp* ptr) { return ptr; } in makeConst() function
90 std::reference_wrapper<const Tp> makeConst(std::reference_wrapper<Tp>& ref) { in makeConst() function
Dbullet_1_2_3.pass.cpp193 runTest(makeConst(v)); in runTestDispatch()
206 runTest(makeConst(v)); in runTestDispatch()
Dbullet_4_5_6.pass.cpp154 runTest<Expect const&> (M, makeConst(obj), expect); in runTestPropCVDispatch()