Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dshape_inference_testutil.h34 struct ShapeInferenceTestOp { struct
36 explicit ShapeInferenceTestOp(StringPiece name) : name(string(name)) {} in ShapeInferenceTestOp() argument
37 string name;
38 NodeDef node_def;
39 std::vector<const Tensor*> input_tensors;
41 input_resource_handle_shapes_and_types;
42 int graph_def_version = TF_GRAPH_DEF_VERSION;