Searched refs:aggressive_shape_inference (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties.h | 100 bool aggressive_shape_inference, 104 bool aggressive_shape_inference, in InferStatically() argument 108 /*aggressive_shape_inference=*/aggressive_shape_inference, in InferStatically()
|
D | graph_properties.cc | 648 const bool aggressive_shape_inference) in SymbolicShapeRefiner() argument 652 aggressive_shape_inference_(aggressive_shape_inference) { in SymbolicShapeRefiner() 2516 bool aggressive_shape_inference, in InferStatically() argument 2606 graph_view, fed_ports, aggressive_shape_inference); in InferStatically() 2742 if (aggressive_shape_inference && ctx->shape_incompatible) in InferStatically() 2746 if (aggressive_shape_inference && !incompatible_shape_nodes_.empty()) in InferStatically()
|
/external/tensorflow/tensorflow/c/experimental/grappler/ |
D | grappler.h | 245 TF_Bool aggressive_shape_inference, TF_Bool include_input_tensor_values,
|
D | grappler.cc | 271 TF_Bool aggressive_shape_inference, in TF_InferStatically() argument 278 ->InferStatically(assume_valid_feeds, aggressive_shape_inference, in TF_InferStatically()
|