Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.h182 Status MaxPoolV2Shape(shape_inference::InferenceContext* c, int num_inputs);
Dcommon_shape_fns.cc1602 Status MaxPoolV2Shape(shape_inference::InferenceContext* c, int num_inputs) { in MaxPoolV2Shape() function
/external/tensorflow/tensorflow/core/ops/
Dnn_ops.cc849 TF_RETURN_IF_ERROR(shape_inference::MaxPoolV2Shape(c, 3)); in __anon4650176f1102()
910 TF_RETURN_IF_ERROR(shape_inference::MaxPoolV2Shape(c, 5)); in __anon4650176f1302()