Home
last modified time | relevance | path

Searched defs:add_func (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_test.cc1449 auto add_func = m->AddEmbeddedComputation(add_computation.Build()); in TEST_F() local
1485 auto add_func = module.AddEmbeddedComputation(add_computation.Build()); in BM_ReducePrecisely() local
1526 auto add_func = m_->AddEmbeddedComputation(add_computation.Build()); in TEST_P() local
1671 auto add_func = m_->AddEmbeddedComputation(add_computation.Build()); in TEST_P() local
1724 auto add_func = m_->AddEmbeddedComputation(add_computation.Build()); in TEST_P() local
/external/v8/src/builtins/
Dbuiltins-collections-gen.cc226 TNode<JSFunction> add_func = GetInitialAddFunction(variant, native_context); in AddConstructorEntriesFromFastJSArray() local
298 TNode<Object> add_func = GetAddFunction(variant, context, collection); in AddConstructorEntriesFromIterable() local
383 TNode<Object> add_func = GetProperty(context, collection, add_func_name); in GetAddFunction() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer_test.cc1315 FunctionDef add_func = FunctionDefHelper::Create( in TEST_F() local
/external/python/cpython3/Modules/
D_pickle.c6149 PyObject *add_func; in load_additems() local