Home
last modified time | relevance | path

Searched refs:GetOpSig (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dfunction_test.cc55 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/
Ddataset_test_base.cc435 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/
Dfunction_test.cc61 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()