Home
last modified time | relevance | path

Searched defs:last_value (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dflatten_call_graph_test.cc52 HloInstruction* last_value = param0; in MakeMappingComputation() local
68 HloInstruction* last_value = param0; in MakeCallingComputation() local
Dcall_graph_test.cc54 HloInstruction* last_value = param0; in MakeMappingComputation() local
70 HloInstruction* last_value = param0; in MakeCallingComputation() local
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Dawait_result.pass.cpp46 int last_value = -1; variable
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_cpu.c314 unsigned last_value; member
/external/tensorflow/tensorflow/core/framework/
Dtensor_util.cc278 const T last_value = TypeHelper::GetValue(num_proto_values - 1, *tensor); in CompressRepeatedField() local
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLimits.cpp1888 const glw::GLint last_value = (point + 1) * n_components_per_point; in verifyResult() local
2206 const glw::GLint last_value = n_components_per_point; in verifyResult() local
2514 const glw::GLint last_value = m_textures[point].data; in verifyResult() local
/external/libcxx/fuzzing/
Dfuzzing.cpp346 uint8_t last_value = *first1; in compare_unique() local
/external/python/cpython2/Modules/
D_lsprof.c383 PyObject *last_type, *last_value, *last_tb; in ptrace_enter_call() local
/external/python/cpython3/Modules/
D_lsprof.c382 PyObject *last_type, *last_value, *last_tb; in ptrace_enter_call() local
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc868 int last_value = value; in wcstol_positive_strict() local
/external/webp/src/enc/
Dframe_enc.c38 double value, last_value; // PSNR or size member
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework.cc55 const FlowIds CreateFlowIdRange(int initial_value, int last_value) { in CreateFlowIdRange()