Home
last modified time | relevance | path

Searched refs:max_constant_size_in_bytes (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding.cc222 int64 max_constant_size_in_bytes, in IsConstantFoldable() argument
245 max_constant_size_in_bytes) { in IsConstantFoldable()
298 opts.max_constant_size_in_bytes, in ConsiderConstantFoldableNode()
497 int64 max_constant_size_in_bytes, in ReplaceTensorWithConstant() argument
537 if (constant.TotalBytes() > max_constant_size_in_bytes) { in ReplaceTensorWithConstant()
679 control_deps, opts.max_constant_size_in_bytes, generate_new_name)) { in ConstantFold()
Dconstant_folding.h46 int64 max_constant_size_in_bytes = 10 * 1024 * 1024; member
Dgraph_optimizer.cc71 cf_opts.max_constant_size_in_bytes = in Optimize()
Dconstant_folding_test.cc330 opt.max_constant_size_in_bytes = 10 * 1024 * 1024 + 4; in TEST_F()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_constants_lib.cc318 "max_constant_size_in_bytes", cf_opts.max_constant_size_in_bytes, in FoldConstants()
319 &cf_opts.max_constant_size_in_bytes)); in FoldConstants()