Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.h169 int64 NumGuaranteedConstants() const { return num_guaranteed_constants_; } in NumGuaranteedConstants() function
Ddistributed_tpu_rewrite_pass.cc1784 for (int64 i = 0; i < params_info.NumGuaranteedConstants(); ++i) { in GetArgAndRetvalShapes()
2245 const int num_args = arg_shapes.size() - params_info.NumGuaranteedConstants(); in BuildDynamicShapeNodes()
2992 arg_shardings.size() - params_info.NumGuaranteedConstants(); in BuildExecuteNodes()