Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dshape_inference.cc42 std::vector<ShapeHandle> input_tensors_as_shape_handles; in InferenceContext() local
43 input_tensors_as_shape_handles.reserve(input_tensors_as_shapes.size()); in InferenceContext()
50 input_tensors_as_shape_handles.push_back(shape); in InferenceContext()
52 PreInputInit(op_def, input_tensors, input_tensors_as_shape_handles); in InferenceContext()
97 std::vector<ShapeHandle> input_tensors_as_shape_handles; in InferenceContext() local
98 input_tensors_as_shape_handles.reserve(input_tensors_as_shapes.size()); in InferenceContext()
105 input_tensors_as_shape_handles.push_back(shape); in InferenceContext()
107 PreInputInit(op_def, input_tensors, input_tensors_as_shape_handles); in InferenceContext()