Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c299 uint32_t exp_input[4]; in bit_special_helper() local
308 exp_input[1] = input[0]; in bit_special_helper()
310 exp_input[0] = (int) (ff[0] * (1 << 24)); in bit_special_helper()
317 op == BI_SPECIAL_EXP2_LOW ? exp_input : input, in bit_special_helper()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc2842 NodeDef *exp_input, *ones; in TrySimplify() local
2843 TF_RETURN_IF_ERROR(GetInputNode(exp->input(0), &exp_input)); in TrySimplify()
2852 AddToOptimizationQueue(exp_input); in TrySimplify()