HomeSort by relevance Sort by last modified time
    Searched refs:table_handle (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/
ipa_nat_drv.h 55 * @table_handle: [out] Handle of new ipv4 nat table
63 uint32_t *table_handle);
67 * @table_handle: [in] Handle of ipv4 nat table
73 int ipa_nat_del_ipv4_tbl(uint32_t table_handle);
77 * @table_handle: [in] handle of ipv4 nat table
85 int ipa_nat_add_ipv4_rule(uint32_t table_handle,
91 * @table_handle: [in] handle of ipv4 nat table
98 int ipa_nat_del_ipv4_rule(uint32_t table_handle,
104 * @table_handle: [in] handle of ipv4 nat table
113 int ipa_nat_query_timestamp(uint32_t table_handle,
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
lookup_util.cc 243 string* container, string* table_handle) {
257 *table_handle = h(1);
267 string table_handle; local
276 GetTableHandle(input_name, ctx, &container, &table_handle));
277 return ctx->resource_manager()->Lookup(container, table_handle, table);
299 string table_handle; local
301 GetTableHandle(input_name, ctx, &container, &table_handle));
302 TF_RETURN_IF_ERROR(ctx->resource_manager()->Lookup(container, table_handle,
307 return errors::InvalidArgument("Table ", container, " ", table_handle,
  /external/tensorflow/tensorflow/go/op/
wrappers.go 402 func MutableHashTableOfTensorsV2(scope *Scope, key_dtype tf.DataType, value_dtype tf.DataType, optional ...MutableHashTableOfTensorsV2Attr) (table_handle tf.Output) {
513 func MutableHashTableV2(scope *Scope, key_dtype tf.DataType, value_dtype tf.DataType, optional ...MutableHashTableV2Attr) (table_handle tf.Output) {
649 func HashTableV2(scope *Scope, key_dtype tf.DataType, value_dtype tf.DataType, optional ...HashTableV2Attr) (table_handle tf.Output) {
672 // table_handle: Handle to the table.
677 func LookupTableImportV2(scope *Scope, table_handle tf.Output, keys tf.Output, values tf.Output) (o *tf.Operation) {
684 table_handle, keys, values,
    [all...]

Completed in 393 milliseconds