Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h171 const std::vector<OpInfo::TensorProperties>* parent_input_props; member
Dconstant_folding.cc3158 ctx->parent_input_props = &properties.GetInputProperties(parent.name()); in PrepareConstantPushDown()
3161 if (must_have_properties && (ctx->parent_input_props == nullptr || in PrepareConstantPushDown()
3162 ctx->parent_input_props->size() < 2 || in PrepareConstantPushDown()
3224 if (ctx.parent_input_props->empty() || ctx.op_child_input_props->empty() || in ConstantPushDownBiasAdd()
3225 (*ctx.parent_input_props)[0].shape().unknown_rank() || in ConstantPushDownBiasAdd()
3226 (*ctx.parent_input_props)[1].shape().unknown_rank() || in ConstantPushDownBiasAdd()
3250 const auto& const_prop = (*ctx.parent_input_props)[const_idx]; in ConstantPushDownBiasAdd()
3344 if (!IsReallyConstant(*y_node) && !ctx.parent_input_props->empty() && in ConstantPushDown()
3350 (*ctx.parent_input_props)[ctx.left_child_is_const ? 0 : 1].shape()); in ConstantPushDown()