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

  /external/selinux/libsepol/tests/policies/test-deps/
modreq-attr-global.conf 9 type new_t, attr_req;
modreq-attr-opt.conf 15 type new_t, attr_req;
module.conf 12 type new_t, domain;
13 role system_r types new_t;
  /external/skia/src/core/
SkCubicMap.cpp 78 float new_t = t - delta; local
79 SkASSERT(valid(new_t));
80 t = new_t;
123 float new_t = t - delta; local
124 SkASSERT(valid(new_t));
125 t = new_t;
  /external/skqp/src/core/
SkCubicMap.cpp 78 float new_t = t - delta; local
79 SkASSERT(valid(new_t));
80 t = new_t;
123 float new_t = t - delta; local
124 SkASSERT(valid(new_t));
125 t = new_t;
  /external/tensorflow/tensorflow/contrib/graph_editor/
select.py 438 for new_t in op.outputs:
439 if new_t in stop_at_ts:
441 for new_op in new_t.consumers():
508 for new_t in op.inputs:
509 if new_t in stop_at_ts:
511 if new_t.op not in result and is_within(new_t.op):
512 new_wave.add(new_t.op)
  /device/google/bonito/json-c/
linkhash.c 462 struct lh_table *new_t; local
465 new_t = lh_table_new(new_size, t->name, NULL, t->hash_fn, t->equal_fn);
468 lh_table_insert(new_t, ent->k, ent->v);
472 t->table = new_t->table;
474 t->head = new_t->head;
475 t->tail = new_t->tail;
477 free(new_t);
  /device/google/crosshatch/json-c/
linkhash.c 462 struct lh_table *new_t; local
465 new_t = lh_table_new(new_size, t->name, NULL, t->hash_fn, t->equal_fn);
468 lh_table_insert(new_t, ent->k, ent->v);
472 t->table = new_t->table;
474 t->head = new_t->head;
475 t->tail = new_t->tail;
477 free(new_t);
  /external/tensorflow/tensorflow/core/kernels/data/experimental/
map_and_batch_dataset_op.cc 695 Tensor new_t(ctx->allocator(attr), t.dtype(), component_shape);
696 TF_RETURN_IF_ERROR(CopyPartialBatch(&new_t, t, t.dim_size(0)));
697 result->output.emplace_back(std::move(new_t));
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 4598 upb_inttable new_t; local
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 4855 upb_inttable new_t; local
    [all...]

Completed in 216 milliseconds