Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dtestlib_ops.cc59 class InvalidRefType : public OpKernel { class
61 explicit InvalidRefType(OpKernelConstruction* ctx) : OpKernel(ctx) { in InvalidRefType() function in tensorflow::test::InvalidRefType
76 InvalidRefType);
Dexecutor_test.cc413 auto var = test::graph::InvalidRefType(g.get(), DT_FLOAT, DT_DOUBLE); in TEST_F()
/external/tensorflow/tensorflow/core/graph/
Dtestlib.h138 Node* InvalidRefType(Graph* g, DataType out_type, DataType invalid_type);
Dtestlib.cc284 Node* InvalidRefType(Graph* g, DataType out_type, DataType invalid_type) { in InvalidRefType() function