Home
last modified time | relevance | path

Searched refs:second_value (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dshape_inference.cc1040 const int64 second_value = Value(second); in Add() local
1044 } else if (second_value == 0) { in Add()
1046 } else if (first_value == kUnknownDim || second_value == kUnknownDim) { in Add()
1053 const int64 sum = static_cast<uint64>(first_value) + second_value; in Add()
1056 first_value, " and ", second_value); in Add()
1067 const int64 second_value = Value(second); in Subtract() local
1069 if (second_value == 0) { in Subtract()
1071 } else if (first_value == kUnknownDim || second_value == kUnknownDim) { in Subtract()
1076 if (first_value < second_value) { in Subtract()
1078 "Negative dimension size caused by subtracting ", second_value, in Subtract()
[all …]
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session_test.cc704 Tensor second_value(DT_FLOAT, TensorShape({})); in TEST() local
705 second_value.scalar<float>()() = 2.0; in TEST()
706 Node* second_const = test::graph::Constant(&g, second_value); in TEST()
777 Tensor second_value(DT_FLOAT, TensorShape({})); in TEST() local
778 second_value.scalar<float>()() = 2.0; in TEST()
779 Node* second_const = test::graph::Constant(&g, second_value); in TEST()
939 Tensor second_value(DT_FLOAT, TensorShape({})); in TEST() local
940 second_value.scalar<float>()() = 2.0; in TEST()
941 Node* second_const = test::graph::Constant(&g, second_value); in TEST()
1128 Tensor second_value(DT_FLOAT, TensorShape({})); in TEST() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_data.i436 const int64 second_value = numpy::PyIntOrPyLongToLong(second_pyint);
437 if (second_value == -1 && PyErr_Occurred()) {
443 temps.push_back(std::make_pair(first_value, second_value));
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types.py149 second_value = time_value
152 second_value = time_value[:point_position]
154 date_object = datetime.strptime(second_value, _TIMESTAMPFOMAT)
/external/python/apitools/apitools/base/py/
Dencoding_test.py122 second_value = 2 variable in MessageWithRemappings.SomeEnum
348 MessageWithRemappings.SomeEnum.second_value,