Home
last modified time | relevance | path

Searched defs:value_dtype (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dlookup_ops.py85 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/
Dlookup_util.cc76 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
Dlookup_table_op.cc130 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
Dragged_gather_op_test.cc37 const auto& value_dtype = DataTypeToEnum<VALUE_TYPE>::v(); in BuildRaggedGatherGraph() local
Dlookup_table_op.h209 DataType value_dtype() const override { return DataTypeToEnum<V>::v(); } in value_dtype() function
/external/tensorflow/tensorflow/core/ops/
Dstate_ops.cc286 DataType value_dtype; in __anone3ce2a1d0502() local
Dresource_variable_ops.cc39 DataType value_dtype; in ValidateVariableResourceHandle() local
Dlookup_ops.cc111 DataType value_dtype; in ValidateTableResourceHandle() local
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/ops/
Dsharded_mutable_dense_hashtable.py60 value_dtype, argument
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dmath_utils.py538 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/
Dsparse_tensor_dense_matmul_op_test.py92 def _testBasic(self, value_dtype, indices_dtype=np.int64): argument