Searched refs:InvalidRefType (Results 1 – 4 of 4) sorted by relevance
59 class InvalidRefType : public OpKernel { class61 explicit InvalidRefType(OpKernelConstruction* ctx) : OpKernel(ctx) { in InvalidRefType() function in tensorflow::test::InvalidRefType76 InvalidRefType);
413 auto var = test::graph::InvalidRefType(g.get(), DT_FLOAT, DT_DOUBLE); in TEST_F()
138 Node* InvalidRefType(Graph* g, DataType out_type, DataType invalid_type);
284 Node* InvalidRefType(Graph* g, DataType out_type, DataType invalid_type) { in InvalidRefType() function