Home
last modified time | relevance | path

Searched defs:ShapeInferenceTestOp (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dshape_inference_testutil.h33 struct ShapeInferenceTestOp { struct
35 explicit ShapeInferenceTestOp(StringPiece name) : name(string(name)) {} in ShapeInferenceTestOp() function
36 string name;
37 NodeDef node_def;
38 std::vector<const Tensor*> input_tensors;
40 input_resource_handle_shapes_and_types;
41 int graph_def_version = TF_GRAPH_DEF_VERSION;