MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetElementShapeFromHandleData

Function GetElementShapeFromHandleData

tensorflow/core/ops/list_ops.cc:46–49  ·  view source on GitHub ↗

Assumes that the handle_data is valid.

Source from the content-addressed store, hash-verified

44
45// Assumes that the handle_data is valid.
46shape_inference::ShapeHandle GetElementShapeFromHandleData(
47 const std::vector<shape_inference::ShapeAndType>& shapes_and_types) {
48 return shapes_and_types[0].shape;
49}
50
51REGISTER_OP("EmptyTensorList")
52 .Input("element_shape: shape_type")

Callers 1

list_ops.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected