| /external/tensorflow/tensorflow/python/ops/ |
| D | lookup_ops.py | 85 def _check_table_dtypes(table, key_dtype, value_dtype): argument 108 def __init__(self, key_dtype, value_dtype): argument 128 def value_dtype(self): member in LookupInterface 333 def __init__(self, key_dtype, value_dtype): argument 349 def value_dtype(self): member in TableInitializerBase 373 def __init__(self, keys, values, key_dtype=None, value_dtype=None, name=None): argument 489 value_dtype, argument 1541 value_dtype, argument 1785 value_dtype, argument
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | lookup_util.cc | 76 DataType key_dtype, int64 key_index, DataType value_dtype, in Init() 327 DataType value_dtype, const string& table_name) { in CheckTableDataTypes() 349 const DataType& value_dtype = table->value_dtype(); in InitializeTableFromTextFile() local
|
| D | lookup_table_op.cc | 130 DataType value_dtype() const override { return DataTypeToEnum<V>::v(); } in value_dtype() function in tensorflow::lookup::MutableHashTableOfScalars 268 DataType value_dtype() const override { return DataTypeToEnum<V>::v(); } in value_dtype() function in tensorflow::lookup::MutableHashTableOfTensors 554 DataType value_dtype() const override { return DataTypeToEnum<V>::v(); } in value_dtype() function in tensorflow::lookup::MutableDenseHashTable 966 #define REGISTER_KERNEL(key_dtype, value_dtype) \ argument 1001 #define REGISTER_KERNEL(key_dtype, value_dtype) \ argument 1035 #define REGISTER_KERNEL(key_dtype, value_dtype) \ argument 1068 #define REGISTER_KERNEL(key_dtype, value_dtype) \ argument
|
| D | ragged_gather_op_test.cc | 37 const auto& value_dtype = DataTypeToEnum<VALUE_TYPE>::v(); in BuildRaggedGatherGraph() local
|
| D | lookup_table_op.h | 209 DataType value_dtype() const override { return DataTypeToEnum<V>::v(); } in value_dtype() function
|
| /external/tensorflow/tensorflow/core/ops/ |
| D | state_ops.cc | 286 DataType value_dtype; in __anone3ce2a1d0502() local
|
| D | resource_variable_ops.cc | 39 DataType value_dtype; in ValidateVariableResourceHandle() local
|
| D | lookup_ops.cc | 111 DataType value_dtype; in ValidateTableResourceHandle() local
|
| /external/tensorflow/tensorflow/contrib/linear_optimizer/python/ops/ |
| D | sharded_mutable_dense_hashtable.py | 60 value_dtype, argument
|
| /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/ |
| D | math_utils.py | 538 def __init__(self, key_dtype, value_dtype, default_value, *args, **kwargs): argument 613 def check_table_dtypes(self, key_dtype, value_dtype): argument
|
| /external/tensorflow/tensorflow/python/kernel_tests/ |
| D | sparse_tensor_dense_matmul_op_test.py | 92 def _testBasic(self, value_dtype, indices_dtype=np.int64): argument
|