Searched refs:makeConst (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/go/ |
D | attrs_test.go | 29 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/ |
D | invoke_helpers.h | 84 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
|
D | bullet_1_2_3.pass.cpp | 193 runTest(makeConst(v)); in runTestDispatch() 206 runTest(makeConst(v)); in runTestDispatch()
|
D | bullet_4_5_6.pass.cpp | 154 runTest<Expect const&> (M, makeConst(obj), expect); in runTestPropCVDispatch()
|