Home
last modified time | relevance | path

Searched refs:other_param (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/
Dtool_params.cc58 const ToolParam* other_param = other.GetParam(param.first); in Set() local
59 if (other_param == nullptr) continue; in Set()
60 param.second->Set(*other_param); in Set()
/external/python/funcsigs/funcsigs/
D__init__.py627 other_param = other.parameters[param_name]
631 if param != other_param:
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder_test.cc526 XlaOp other_param = Parameter(&other_b, 0, shape, "other_param"); in TEST_F() local
528 Status status = b.Build(other_param).status(); in TEST_F()