Home
last modified time | relevance | path

Searched refs:check_inputs (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dverifier.h29 CheckInputs check_inputs = kAll,
Dverifier.cc35 Visitor(Zone* z, Typing typed, CheckInputs check_inputs, CodeType code_type) in Visitor() argument
38 check_inputs(check_inputs), in Visitor()
45 CheckInputs check_inputs; member in v8::internal::compiler::Verifier::Visitor
105 if (check_inputs == kAll) { in Check()
150 if (check_inputs == kAll) { in Check()
1773 void Verifier::Run(Graph* graph, Typing typing, CheckInputs check_inputs, in Run() argument
1778 Visitor visitor(&zone, typing, check_inputs, code_type); in Run()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_api_info.cc103 const bool check_inputs, const bool check_outputs) { in IsSameSignature() argument
107 if (check_inputs) { in IsSameSignature()
/external/google-benchmark/tools/
Dcompare.py16 def check_inputs(in1, in2, flags): function
213 check_inputs(test_baseline, test_contender, benchmark_options)
/external/libcxx/utils/google-benchmark/tools/
Dcompare.py16 def check_inputs(in1, in2, flags): function
213 check_inputs(test_baseline, test_contender, benchmark_options)
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp1317 bool check_inputs, bool check_outputs, bool check_uniforms, bool check_ssbs, in checkProgramStage() argument
1327 if (true == check_inputs) in checkProgramStage()