Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dcpp_shape_inference.cc159 if (c.requested_input_tensor(i)) { in RunCppShapeInferenceImpl()
/external/tensorflow/tensorflow/core/framework/
Dshape_inference.h303 bool requested_input_tensor(int idx) const { in requested_input_tensor() function
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc679 if (!c->requested_input_tensor(i)) { in RunShapeFn()