Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dshape_inference.cc43 std::vector<ShapeHandle> input_tensors_as_shape_handles; in InferenceContext() local
44 input_tensors_as_shape_handles.reserve(input_tensors_as_shapes.size()); in InferenceContext()
51 input_tensors_as_shape_handles.push_back(shape); in InferenceContext()
53 PreInputInit(op_def, input_tensors, input_tensors_as_shape_handles); in InferenceContext()