Searched refs:GetOpSig (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | function_test.cc | 55 Status GetOpSig(const string& op, const OpDef** sig) { in GetOpSig() function 103 InstantiateFunction(fdef, Attrs({{"T", DT_FLOAT}}), GetOpSig, &result)); in TEST() 149 InstantiateFunction(fdef, Attrs({{"T", DT_FLOAT}}), GetOpSig, &result)); in TEST() 193 InstantiateFunction(fdef, Attrs({{"T", DT_FLOAT}}), GetOpSig, &result)); in TEST() 236 TF_ASSERT_OK(InstantiateFunction(fdef, AttrSlice(), GetOpSig, &result)); in TEST() 273 TF_ASSERT_OK(InstantiateFunction(fdef, AttrSlice(), GetOpSig, &result)); in TEST() 337 GetOpSig, &result)); in TEST() 379 TF_ASSERT_OK(InstantiateFunction(fdef, AttrSlice(), GetOpSig, &result)); in TEST() 459 TF_ASSERT_OK(InstantiateFunction(fdef, AttrSlice(), GetOpSig, &result)); in TEST() 531 TF_ASSERT_OK(InstantiateFunction(fdef, AttrSlice(), GetOpSig, &result)); in TEST() [all …]
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | dataset_test_base.cc | 435 auto GetOpSig = [](const string& op, const OpDef** sig) { in RunFunction() local 438 TF_RETURN_IF_ERROR(InstantiateFunction(fdef, attrs, GetOpSig, &result)); in RunFunction()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function_test.cc | 61 Status GetOpSig(const string& op, const OpDef** sig) { in GetOpSig() function 79 TF_CHECK_OK(InstantiateFunction(fdef, attrs, GetOpSig, &result)); in Create() 2069 TF_CHECK_OK(InstantiateFunction(fdef, AttrSlice(), GetOpSig, &result)); in Optimize()
|