Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/distutils/tests/
Dtest_msvccompiler.py89 test_var = 'ṰḖṤṪ┅ṼẨṜ'
94 os.environ[test_var] = test_value
97 self.assertIn(test_var.lower(), env)
98 self.assertEqual(test_value, env[test_var.lower()])
100 os.environ.pop(test_var)
/external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
Dflat_map_dataset_op_test.py82 test_var = variable_scope.get_variable(
85 lambda _: dataset_ops.Dataset.from_tensor_slices([test_var]))
/external/llvm/test/CodeGen/ARM/
Dmsr-it-block.ll31 define void @test_var(i32 %val, i32 %apsr) {
32 ; CHECK-LABEL: test_var:
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h41 ir_variable *test_var; member
Dast_to_hir.cpp6175 state->switch_state.test_var = new(ctx) ir_variable(test_val->type, in test_to_hir()
6179 new(ctx) ir_dereference_variable(state->switch_state.test_var); in test_to_hir()
6181 instructions->push_tail(state->switch_state.test_var); in test_to_hir()
6351 new(ctx) ir_dereference_variable(state->switch_state.test_var); in hir()
6368 if (label_const->type != state->switch_state.test_var->type) { in hir()
6372 const glsl_type *type_b = state->switch_state.test_var->type; in hir()
/external/tensorflow/tensorflow/python/layers/
Dnormalization_test.py161 for test_var, ref_var in zip(test_vars, ref_vars):
162 self.assertAllClose(test_var, ref_var, rtol=1.e-3, atol=1.e-3)