Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dscope.cc52 disable_shape_inference_(disable_shape_inference) {} in Impl()
64 disable_shape_inference_(refiner_ == nullptr) {} in Impl()
99 disable_shape_inference_(other.impl()->disable_shape_inference_) {} in Impl()
117 disable_shape_inference_(other.impl()->disable_shape_inference_) {} in Impl()
141 disable_shape_inference_(other.impl()->disable_shape_inference_) {} in Impl()
158 disable_shape_inference_(other.impl()->disable_shape_inference_) {} in Impl()
176 disable_shape_inference_(other.impl()->disable_shape_inference_) {} in Impl()
193 disable_shape_inference_(other.impl()->disable_shape_inference_) {} in Impl()
211 disable_shape_inference_(other.impl()->disable_shape_inference_) {} in Impl()
232 disable_shape_inference_(other.impl()->disable_shape_inference_) {} in Impl()
[all …]
Dscope_internal.h122 const bool disable_shape_inference_; variable