HomeSort by relevance Sort by last modified time
    Searched refs:ops (Results 1 - 25 of 2797) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_stubs.c 3 void viddec_vc1_get_ops(viddec_parser_ops_t *ops)
8 void viddec_mpeg2_get_ops(viddec_parser_ops_t *ops)
13 void viddec_mp4_get_ops(viddec_parser_ops_t *ops)
18 void viddec_h264_get_ops(viddec_parser_ops_t *ops)
  /external/fio/
profile.c 11 struct profile_ops *ops = NULL; local
15 ops = flist_entry(n, struct profile_ops, list);
16 if (!strcmp(profile, ops->name))
19 ops = NULL;
22 return ops;
27 struct profile_ops *ops; local
31 ops = find_profile(profile);
32 if (ops) {
33 if (ops->prep_cmd()) {
37 add_job_opts(ops->cmdline, FIO_CLIENT_TYPE_CLI)
91 struct profile_ops *ops; local
108 struct prof_io_ops *ops = &td->prof_io_ops; local
118 struct prof_io_ops *ops = &td->prof_io_ops; local
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_secy_ops.c 30 struct ieee802_1x_kay_ctx *ops; local
37 ops = kay->ctx;
38 if (!ops || !ops->enable_protect_frames) {
44 return ops->enable_protect_frames(ops->ctx, enabled);
50 struct ieee802_1x_kay_ctx *ops; local
57 ops = kay->ctx;
58 if (!ops || !ops->enable_encrypt)
70 struct ieee802_1x_kay_ctx *ops; local
90 struct ieee802_1x_kay_ctx *ops; local
118 struct ieee802_1x_kay_ctx *ops; local
138 struct ieee802_1x_kay_ctx *ops; local
159 struct ieee802_1x_kay_ctx *ops; local
180 struct ieee802_1x_kay_ctx *ops; local
201 struct ieee802_1x_kay_ctx *ops; local
221 struct ieee802_1x_kay_ctx *ops; local
241 struct ieee802_1x_kay_ctx *ops; local
261 struct ieee802_1x_kay_ctx *ops; local
281 struct ieee802_1x_kay_ctx *ops; local
301 struct ieee802_1x_kay_ctx *ops; local
323 struct ieee802_1x_kay_ctx *ops; local
346 struct ieee802_1x_kay_ctx *ops; local
367 struct ieee802_1x_kay_ctx *ops; local
388 struct ieee802_1x_kay_ctx *ops; local
409 struct ieee802_1x_kay_ctx *ops; local
430 struct ieee802_1x_kay_ctx *ops; local
453 struct ieee802_1x_kay_ctx *ops; local
476 struct ieee802_1x_kay_ctx *ops; local
503 struct ieee802_1x_kay_ctx *ops; local
    [all...]
  /external/tensorflow/tensorflow/python/ops/
state_grad.py 22 from tensorflow.python.framework import ops
25 # TODO(b/31222613): These ops may be differentiable, and there may be
27 ops.NotDifferentiable("Assign")
30 ops.NotDifferentiable("AssignAdd")
33 ops.NotDifferentiable("AssignSub")
36 ops.NotDifferentiable("ScatterAdd")
39 ops.NotDifferentiable("ScatterSub")
42 ops.NotDifferentiable("ScatterMul")
45 ops.NotDifferentiable("ScatterDiv")
48 ops.NotDifferentiable("ScatterNdUpdate"
    [all...]
bitwise_ops.py 30 from tensorflow.python.framework import ops
33 from tensorflow.python.ops.gen_bitwise_ops import *
37 ops.NotDifferentiable("BitwiseAnd")
38 ops.NotDifferentiable("BitwiseOr")
39 ops.NotDifferentiable("BitwiseXor")
40 ops.NotDifferentiable("Invert")
41 ops.NotDifferentiable("PopulationCount")
42 ops.NotDifferentiable("LeftShift")
43 ops.NotDifferentiable("RightShift")
sdca_ops.py 27 from tensorflow.python.framework import ops
31 from tensorflow.python.ops.gen_sdca_ops import *
36 ops.NotDifferentiable("SdcaFprint")
37 ops.NotDifferentiable("SdcaOptimizer")
38 ops.NotDifferentiable("SdcaShrinkL1")
data_flow_grad.py 24 from tensorflow.python.framework import ops
25 from tensorflow.python.ops import array_ops
26 from tensorflow.python.ops import data_flow_ops
27 from tensorflow.python.ops import math_ops
30 @ops.RegisterGradient("DynamicPartition")
47 @ops.RegisterGradient("DynamicStitch")
48 @ops.RegisterGradient("ParallelDynamicStitch")
59 if isinstance(grad, ops.IndexedSlices):
67 ops.NotDifferentiable("Queue")
68 ops.NotDifferentiable("QueueEnqueue"
    [all...]
nn.py 112 from tensorflow.python.ops import ctc_ops as _ctc_ops
113 from tensorflow.python.ops import embedding_ops as _embedding_ops
114 from tensorflow.python.ops import nn_grad as _nn_grad
115 from tensorflow.python.ops import nn_ops as _nn_ops
116 from tensorflow.python.ops.math_ops import sigmoid
117 from tensorflow.python.ops.math_ops import tanh
124 from tensorflow.python.ops.ctc_ops import *
125 from tensorflow.python.ops.nn_impl import *
126 from tensorflow.python.ops.nn_ops import *
127 from tensorflow.python.ops.candidate_sampling_ops import
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_h264_parse.h 4 void viddec_h264_get_ops(viddec_parser_ops_t *ops);
viddec_mp4_parse.h 4 void viddec_mp4_get_ops(viddec_parser_ops_t *ops);
viddec_mpeg2_parse.h 4 void viddec_mpeg2_get_ops(viddec_parser_ops_t *ops);
viddec_vc1_parse.h 4 void viddec_vc1_get_ops(viddec_parser_ops_t *ops);
  /external/libnl/lib/
cache_mngt.c 43 struct nl_cache_ops *ops; local
45 for (ops = cache_ops; ops; ops = ops->co_next)
46 if (!strcmp(ops->co_name, name))
47 return ops;
54 * @arg ops Cache operations
56 void nl_cache_ops_get(struct nl_cache_ops *ops)
58 ops->co_refcnt++
81 struct nl_cache_ops *ops; local
101 struct nl_cache_ops *ops; local
114 struct nl_cache_ops *ops; local
142 struct nl_cache_ops *ops; local
166 struct nl_cache_ops *ops; local
203 struct nl_cache_ops *ops; local
220 struct nl_cache_ops *ops; local
331 struct nl_cache_ops *ops; local
364 struct nl_cache_ops *ops; local
382 struct nl_cache_ops *ops; local
    [all...]
object.c 51 * @arg ops cache operations handle
54 struct nl_object *nl_object_alloc(struct nl_object_ops *ops)
58 if (ops->oo_size < sizeof(*new))
61 new = calloc(1, ops->oo_size);
68 new->ce_ops = ops;
69 if (ops->oo_constructor)
70 ops->oo_constructor(new);
86 struct nl_cache_ops *ops; local
88 ops = nl_cache_ops_lookup_safe(kind);
89 if (!ops)
113 struct nl_object_ops *ops; local
156 struct nl_object_ops *ops = obj_ops(dst); local
172 struct nl_object_ops *ops; local
315 struct nl_object_ops *ops = obj_ops(a); local
363 struct nl_object_ops *ops = obj_ops(a); local
382 struct nl_object_ops *ops = obj_ops(obj); local
406 struct nl_object_ops *ops = obj_ops(obj); local
440 struct nl_object_ops *ops = obj_ops(obj); local
528 struct nl_object_ops *ops = obj_ops(obj); local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/drivers/gpio/
gpio.c 19 static const gpio_ops_t *ops; variable
23 assert(ops);
24 assert(ops->get_direction != 0);
27 return ops->get_direction(gpio);
32 assert(ops);
33 assert(ops->set_direction != 0);
37 ops->set_direction(gpio, direction);
42 assert(ops);
43 assert(ops->get_value != 0);
46 return ops->get_value(gpio)
    [all...]
  /external/libnl/lib/genl/
mngt.c 33 static struct genl_cmd *lookup_cmd(struct genl_ops *ops, int cmd_id)
38 for (i = 0; i < ops->o_ncmds; i++) {
39 cmd = &ops->o_cmds[i];
48 struct genl_ops *ops, struct nl_cache_ops *cache_ops, void *arg)
56 if (!(cmd = lookup_cmd(ops, ghdr->cmd))) {
73 err = nlmsg_parse(nlh, GENL_HDRSIZE(ops->o_hdrsize), tb, cmd->c_maxattr,
85 static int genl_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who,
88 if (ops->co_genl == NULL)
91 return cmd_msg_parser(who, nlh, ops->co_genl, ops, pp)
96 struct genl_ops *ops; local
108 struct genl_ops *ops; local
120 struct genl_ops *ops; local
211 struct genl_ops *ops; local
382 struct genl_ops *ops; local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/drivers/delay_timer/
delay_timer.c 14 static const timer_ops_t *ops; variable
22 assert(ops != NULL &&
23 (ops->clk_mult != 0) &&
24 (ops->clk_div != 0) &&
25 (ops->get_timer_value != NULL));
29 assert(usec < UINT32_MAX / ops->clk_div);
31 start = ops->get_timer_value();
33 total_delta = (usec * ops->clk_div) / ops->clk_mult;
40 delta = start - ops->get_timer_value(); /* Decreasing counter *
    [all...]
  /external/libnl/lib/route/link/
api.c 55 struct rtnl_link_info_ops *ops; local
57 nl_list_for_each_entry(ops, &info_ops, io_list)
58 if (!strcmp(ops->io_name, name))
59 return ops;
79 struct rtnl_link_info_ops *ops; local
82 if ((ops = __rtnl_link_info_ops_lookup(name)))
83 ops->io_refcnt++;
86 return ops;
91 * @arg ops Link info operations.
93 void rtnl_link_info_ops_put(struct rtnl_link_info_ops *ops)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_buffer_fenced.h 73 void (*destroy)( struct pb_fence_ops *ops );
76 void (*fence_reference)( struct pb_fence_ops *ops,
85 int (*fence_signalled)( struct pb_fence_ops *ops,
94 int (*fence_finish)( struct pb_fence_ops *ops,
  /external/tensorflow/tensorflow/contrib/distributions/
__init__.py 15 """Classes representing statistical distributions and ops for working with them.
25 from tensorflow.contrib.distributions.python.ops import bijectors
26 from tensorflow.contrib.distributions.python.ops.autoregressive import *
27 from tensorflow.contrib.distributions.python.ops.binomial import *
28 from tensorflow.contrib.distributions.python.ops.cauchy import *
29 from tensorflow.contrib.distributions.python.ops.chi2 import *
30 from tensorflow.contrib.distributions.python.ops.conditional_distribution import *
31 from tensorflow.contrib.distributions.python.ops.conditional_transformed_distribution import *
32 from tensorflow.contrib.distributions.python.ops.deterministic import *
33 from tensorflow.contrib.distributions.python.ops.distribution_util import fill_triangula
    [all...]
  /external/tensorflow/tensorflow/contrib/framework/python/ops/
__init__.py 15 """A module containing TensorFlow ops whose API may change in the future."""
23 from tensorflow.contrib.framework.python.ops.arg_scope import *
24 from tensorflow.contrib.framework.python.ops.checkpoint_ops import *
25 from tensorflow.contrib.framework.python.ops.critical_section_ops import *
26 from tensorflow.contrib.framework.python.ops.ops import *
27 from tensorflow.contrib.framework.python.ops.prettyprint_ops import *
28 from tensorflow.contrib.framework.python.ops.script_ops import *
29 from tensorflow.contrib.framework.python.ops.sort_ops import *
30 from tensorflow.contrib.framework.python.ops.variables import
    [all...]
  /external/avb/libavb_user/
avb_user_verification.h 35 * passed in |ops| should be obtained via avb_ops_user_new(). The
43 bool avb_user_verification_set(AvbOps* ops,
48 * in |ops| should be obtained via avb_ops_user_new(). The |ab_suffix|
55 bool avb_user_verification_get(AvbOps* ops,
avb_user_verity.h 35 * passed in |ops| should be obtained via avb_ops_user_new(). The
43 bool avb_user_verity_set(AvbOps* ops,
48 * |ops| should be obtained via avb_ops_user_new(). The |ab_suffix|
55 bool avb_user_verity_get(AvbOps* ops,
  /external/tensorflow/tensorflow/contrib/lite/java/src/main/native/
builtin_ops_jni.cc 22 // builtin ops. For smaller binary sizes users should avoid linking this in, and
25 return std::unique_ptr<tflite::ops::builtin::BuiltinOpResolver>(
26 new tflite::ops::builtin::BuiltinOpResolver());
  /external/tensorflow/tensorflow/contrib/stateless/
__init__.py 15 """Stateless random ops which take seed as a tensor input.
18 the op, these random ops take `seed` as an input, and the random numbers are
21 WARNING: These ops are in contrib, and are not stable. They should be
37 from tensorflow.python.framework import ops
40 ops.NotDifferentiable("StatelessRandomNormal")
41 ops.NotDifferentiable("StatelessRandomUniform")
42 ops.NotDifferentiable("StatelessTruncatedNormal")

Completed in 258 milliseconds

1 2 3 4 5 6 7 8 91011>>