Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dtest_ops.cc202 class TestAttrOp : public OpKernel { class
204 explicit TestAttrOp(OpKernelConstruction* ctx) : OpKernel(ctx) {} in TestAttrOp() function in tensorflow::TestAttrOp
214 Name("TestAttr").Device(DEVICE_CPU).TypeConstraint<float>("T"), TestAttrOp);