Searched refs:step_val (Results 1 – 18 of 18) sorted by relevance
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | scan_test.py | 51 for start_val, step_val, take_val in [(0, 1, 10), (0, 1, 0), (10, 1, 10), 54 next_element = self.getNext(dataset_fn(start_val, step_val, take_val)) 56 itertools.count(start_val, step_val), range(take_val)): 88 for start_val, step_val, take_val in [(0, 1, 10), (0, 1, 0), (10, 1, 10), 91 next_element = self.getNext(dataset_fn(start_val, step_val, take_val)) 93 itertools.count(start_val, step_val), range(take_val)):
|
/external/tensorflow/tensorflow/contrib/quantize/python/ |
D | common_test.py | 62 step_val = sess.run(quantization_step_tensor) 63 self.assertEqual(step_val, 1) 69 _, step_val = sess.run([b, quantization_step_tensor]) 70 self.assertEqual(step_val, 2)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | codegen.ml | 133 let step_val = 140 let next_var = build_add variable step_val "nextvar" builder in
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/ |
D | codegen.ml | 133 let step_val = 140 let next_var = build_add variable step_val "nextvar" builder in
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | codegen.ml | 133 let step_val = 140 let next_var = build_add variable step_val "nextvar" builder in
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/ |
D | codegen.ml | 151 let step_val = 158 let next_var = build_add variable step_val "nextvar" builder in
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | codegen.ml | 151 let step_val = 158 let next_var = build_add variable step_val "nextvar" builder in
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | codegen.ml | 151 let step_val = 158 let next_var = build_add variable step_val "nextvar" builder in
|
/external/mesa3d/src/compiler/nir/ |
D | nir_loop_analyze.c | 593 nir_const_value step_val = in find_trip_count() local 600 int iterations = calculate_iterations(&initial_val, &step_val, in find_trip_count()
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ |
D | codegen.ml | 204 let step_val = 217 let next_var = build_add cur_var step_val "nextvar" builder in
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | codegen.ml | 204 let step_val = 217 let next_var = build_add cur_var step_val "nextvar" builder in
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | codegen.ml | 204 let step_val = 217 let next_var = build_add cur_var step_val "nextvar" builder in
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl5.rst | 617 let step_val = 624 let next_var = build_add variable step_val "nextvar" builder in 1145 let step_val = 1152 let next_var = build_add variable step_val "nextvar" builder in
|
D | OCamlLangImpl7.rst | 405 let next_var = build_add cur_var step_val "nextvar" builder in 1423 let step_val = 1436 let next_var = build_add cur_var step_val "nextvar" builder in
|
D | OCamlLangImpl6.rst | 1210 let step_val = 1217 let next_var = build_add variable step_val "nextvar" builder in
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | OCamlLangImpl5.rst | 605 let step_val = 612 let next_var = build_add variable step_val "nextvar" builder in 1133 let step_val = 1140 let next_var = build_add variable step_val "nextvar" builder in
|
D | OCamlLangImpl7.rst | 405 let next_var = build_add cur_var step_val "nextvar" builder in 1423 let step_val = 1436 let next_var = build_add cur_var step_val "nextvar" builder in
|
D | OCamlLangImpl6.rst | 1210 let step_val = 1217 let next_var = build_add variable step_val "nextvar" builder in
|