Home
last modified time | relevance | path

Searched refs:last_op (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_fused_ops_test.cc238 string last_op = ""; in RunConv2DUnfused() local
241 last_op = "with_bias"; in RunConv2DUnfused()
243 root.WithOpName(last_op), next_op, in RunConv2DUnfused()
249 last_op = "with_add"; in RunConv2DUnfused()
256 last_op = "with_relu"; in RunConv2DUnfused()
257 next_op = ops::Relu(root.WithOpName(last_op), next_op); in RunConv2DUnfused()
262 last_op = "with_relu6"; in RunConv2DUnfused()
263 next_op = ops::Relu6(root.WithOpName(last_op), next_op); in RunConv2DUnfused()
268 last_op = "with_elu"; in RunConv2DUnfused()
269 next_op = ops::Elu(root.WithOpName(last_op), next_op); in RunConv2DUnfused()
[all …]
/external/tensorflow/tensorflow/lite/toco/
Dallocate_transient_arrays.cc44 std::size_t last_op = 0; member
52 return !lifespan.persistent && lifespan.last_op == op_index; in EndsAt()
64 lifespan.last_op = std::max(lifespan.last_op, op_index); in UpdateArrayLifespan()
69 lifespan.last_op = op_index; in UpdateArrayLifespan()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dexecutor_tpuv1_island_coarsening.cc71 Block::iterator last_op) { in SortTopologically() argument
73 assert(block == last_op->getBlock() && "ops must be in the same block"); in SortTopologically()
77 for (Operation& op : llvm::make_range(first_op, last_op)) in SortTopologically()
86 for (Operation& op : llvm::make_range(last_scheduled_op, last_op)) { in SortTopologically()
/external/kernel-headers/original/uapi/linux/
Dio_uring.h315 __u8 last_op; /* last opcode supported */ member
/external/tensorflow/tensorflow/python/tpu/
Dtpu.py465 last_op = self._gradient_colocation_stack.pop()
466 if op is last_op:
473 last_op + ", got " + op.name)
/external/angle/src/compiler/translator/
Dgen_builtin_symbols.py1819 last_op = functions.find_op(last_op_index, -1, first_op_index - 1)
1821 template_args = {'first_op': first_op, 'last_op': last_op, 'group_name': group_name}
/external/crosvm/io_uring/src/
Dbindings.rs511 pub last_op: u8, field
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc3052 NodeDef* last_op = GetTailOfChain( in TrySimplify() local
3071 composition_node->add_input(last_op->input(0)); in TrySimplify()
3079 ctx().node_map->AddOutput(NodeName(last_op->input(0)), in TrySimplify()