Searched defs:InvalidRefType (Results 1 – 2 of 2) sorted by relevance
59 class InvalidRefType : public OpKernel { class61 explicit InvalidRefType(OpKernelConstruction* ctx) : OpKernel(ctx) { in InvalidRefType() function in tensorflow::test::InvalidRefType
284 Node* InvalidRefType(Graph* g, DataType out_type, DataType invalid_type) { in InvalidRefType() function