Home
last modified time | relevance | path

Searched refs:value_0 (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_id_manager_test.cc36 PlatformDeviceId value_0(0); in TEST() local
38 value_0)); in TEST()
39 EXPECT_EQ(value_0, TfToPlatformDeviceId(device_type, key_0)); in TEST()
43 value_0)); in TEST()
44 EXPECT_EQ(value_0, TfToPlatformDeviceId(device_type, key_0)); in TEST()
61 DeviceIdManager::InsertTfPlatformDeviceIdPair(device_type, key_2, value_0) in TEST()
66 TfDeviceId(100), &value_0) in TEST()
74 PlatformDeviceId value_0(0); in TEST() local
76 key_0, value_0)); in TEST()
85 EXPECT_EQ(value_0, TfToPlatformDeviceId(device_type0, key_0)); in TEST()
[all …]
/external/libtextclassifier/native/utils/grammar/semantics/evaluators/
Dconstituent-eval_test.cc59 TestValueT value_0; in TEST_F() local
60 value_0.test_string = "constituent 0 value"; in TEST_F()
61 context.rule_constituents[0] = CreateSemanticValue(value_0); in TEST_F()
/external/libxml2/result/schemas/
Dempty-value_1_01 ./test/schemas/empty-value_0.xml validates
/external/tensorflow/tensorflow/compiler/tests/
Dtensor_array_ops_test.py565 value_0 = constant_op.constant(c([[4.0, 5.0]]))
568 w0 = ta.write(0, value_0)
576 ys=[r0], xs=[value_0], grad_ys=[c([[2.0, 3.0]])])
579 xs=[value_0],
586 xs=[value_0, value_1],
622 value_0 = constant_op.constant([-1.0, 1.0])
625 w0 = ta.write(0, value_0)
635 xs=[value_0, value_1],
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonDataObjectsTests.cpp465 const int value_0 = 0; in TEST_F() local
473 py_values[0] = PythonInteger(value_0); in TEST_F()
494 EXPECT_THAT_EXPECTED(chkint, llvm::HasValue(value_0)); in TEST_F()
505 const long value_0 = 1; in TEST_F() local
513 values[0] = PythonInteger(value_0); in TEST_F()
531 EXPECT_THAT_EXPECTED(chkint, llvm::HasValue(value_0)); in TEST_F()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
DGetValuesTest.java196 Value value_0 = region.getValue(0); in checkArrayRegion() local
197 byte elementTag = value_0.getTag(); in checkArrayRegion()
/external/tensorflow/tensorflow/python/data/util/
Dstructure_test.py470 value_0 = {
474 s_0 = structure.type_spec_from_value(value_0)
475 flat_s_0 = structure.to_tensor_list(s_0, value_0)
512 structure.to_tensor_list(s_1, value_0)
524 structure.to_tensor_list(s_2, value_0)
/external/tensorflow/tensorflow/python/kernel_tests/
Dtensor_array_ops_test.py761 value_0 = constant_op.constant(c([[4.0, 5.0]]))
764 w0 = ta.write(0, value_0)
772 ys=[r0], xs=[value_0], grad_ys=[c([[2.0, 3.0]])])
778 xs=[value_0],
791 xs=[value_0, value_1],
811 value_0 = constant_op.constant([-1.0, 1.0])
814 w0 = ta.write(0, value_0)
824 xs=[value_0, value_1],
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dloop_optimizer.cc566 Tensor value_0(raw_val_0.dtype(), raw_val_0.tensor_shape()); in EvaluateBoolOpForConstantOperands() local
567 CHECK(value_0.FromProto(raw_val_0)); in EvaluateBoolOpForConstantOperands()
568 inputs.emplace_back(&value_0); in EvaluateBoolOpForConstantOperands()
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op.cc140 const T value_0, const T value_1, const T value_2, in Interpolate1D() argument
142 return static_cast<float>(value_0) * weight_0 + in Interpolate1D()
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc785 auto value_0 = ops::XRTReadLiteralAndRelease(root, sub_0); in TEST() local
792 TF_EXPECT_OK(session.Run({value_0, value_1, value_00}, &outputs)); in TEST()
837 auto value_0 = in TEST() local
839 auto handle_0 = ops::XRTAllocate(root, value_0); in TEST()