Searched defs:param_value (Results 1 – 6 of 6) sorted by relevance
91 def testDense(self, dtype, param_value): argument215 def testSparse(self, dtype, param_value): argument
708 static int param_value() { return param_value_; } in param_value() function in GeneratorEvaluationTest709 static void set_param_value(int param_value) { param_value_ = param_value; } in set_param_value()
693 static int param_value() { return param_value_; } in param_value() function in GeneratorEvaluationTest694 static void set_param_value(int param_value) { param_value_ = param_value; } in set_param_value()
121 static int32_t add_param_offset(int param_index, int32_t param_value, in add_param_offset()
661 def param_value(self): member in Parameter
1129 auto param_value = ops::Const(root.WithDevice("/device:CPU:0"), in TEST() local