Home
last modified time | relevance | path

Searched refs:combined_value (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_remote_test.cc129 TensorHandlePtr combined_value = CreatePerDeviceValues( in TEST() local
136 Multiply(context.get(), combined_value.get(), combined_value.get(), in TEST()
Dparallel_device_test.cc203 TensorHandlePtr combined_value = CreatePerDeviceValues( in TEST() local
207 TFE_TensorHandleNumDims(combined_value.get(), status.get()); in TEST()
329 TensorHandlePtr combined_value = CreatePerDeviceValues( in TEST() local
338 TensorHandlePtr combined_value = CreatePerDeviceValues( in TEST() local
343 ExtractPerDeviceValues(context.get(), combined_value.get(), in TEST()
352 TensorHandlePtr combined_value = CreatePerDeviceValues( in TEST() local
356 std::array<TFE_TensorHandle*, 1> incorrect_components{combined_value.get()}; in TEST()
Dparallel_device_testlib.cc261 TensorHandlePtr combined_value = in BasicTestsForTwoDevices() local
263 variable->AssignAdd(context, combined_value.get(), status.get()); in BasicTestsForTwoDevices()
/external/mesa3d/src/mesa/main/
Dformatquery.c1065 GLint64 combined_value = 1; in _mesa_GetInternalformativ() local
1088 combined_value *= current_value; in _mesa_GetInternalformativ()
1092 combined_value *= 6; in _mesa_GetInternalformativ()
1098 memcpy(buffer, &combined_value, sizeof(GLint64)); in _mesa_GetInternalformativ()