Searched refs:input_tensors_as_shape_handles (Results 1 – 1 of 1) sorted by relevance
43 std::vector<ShapeHandle> input_tensors_as_shape_handles; in InferenceContext() local44 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()