Home
last modified time | relevance | path

Searched refs:function_state (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/tfrt/eager/
Dfunction_cache.cc56 auto& function_state = cache_[cache_key]; in GetOrAddFunction() local
57 if (function_state) { in GetOrAddFunction()
58 *result = FunctionCache::FunctionCacheResult{function_state, false}; in GetOrAddFunction()
Dfunction_cache_test.cc251 ASSERT_NE(result.function_state.get(), nullptr); in TEST_P()
263 ASSERT_NE(result.function_state.get(), nullptr); in TEST_P()
273 ASSERT_NE(result.function_state.get(), nullptr); in TEST_P()
Dfunction_cache.h96 RCReference<FunctionState> function_state; member
Dc_api_tfrt.cc1554 function_state_ = std::move(result.function_state); in Initialize()
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py1940 function_state, error): argument
1996 function_state.Begin(function)
2003 function_state.Check(error, filename, linenum)
2004 function_state.End()
2006 function_state.Count() # Count non-blank/non-comment lines.
3776 include_state, function_state, nesting_state, error, argument
3801 CheckForFunctionLengths(filename, clean_lines, line, function_state, error)
3833 function_state = _FunctionState()
3847 include_state, function_state, nesting_state, error,
/external/libaom/tools/
Dcpplint.py3047 function_state, error): argument
3101 function_state.Begin(function)
3108 function_state.Check(error, filename, linenum)
3109 function_state.End()
3111 function_state.Count() # Count non-blank/non-comment lines.
5781 include_state, function_state, nesting_state, error, argument
5807 CheckForFunctionLengths(filename, clean_lines, line, function_state, error)
5914 function_state = _FunctionState()
5929 include_state, function_state, nesting_state, error,
/external/google-styleguide/cpplint/
Dcpplint.py3047 function_state, error): argument
3101 function_state.Begin(function)
3108 function_state.Check(error, filename, linenum)
3109 function_state.End()
3111 function_state.Count() # Count non-blank/non-comment lines.
5784 include_state, function_state, nesting_state, error, argument
5810 CheckForFunctionLengths(filename, clean_lines, line, function_state, error)
5917 function_state = _FunctionState()
5932 include_state, function_state, nesting_state, error,
Dcpplint_unittest.py133 function_state = cpplint._FunctionState()
136 include_state, function_state,
192 function_state = cpplint._FunctionState()
198 function_state, error_collector)
/external/libvpx/tools/
Dcpplint.py3047 function_state, error): argument
3101 function_state.Begin(function)
3108 function_state.Check(error, filename, linenum)
3109 function_state.End()
3111 function_state.Count() # Count non-blank/non-comment lines.
5781 include_state, function_state, nesting_state, error, argument
5807 CheckForFunctionLengths(filename, clean_lines, line, function_state, error)
5914 function_state = _FunctionState()
5929 include_state, function_state, nesting_state, error,