Home
last modified time | relevance | path

Searched refs:prefix_op (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dscan_ops_gpu.h206 BlockPrefixCallbackOp<T, Op> prefix_op(IdentityValue<T, Op>()(), op); in __launch_bounds__()
240 .ExclusiveScan(thread_data, thread_data, op, prefix_op); in __launch_bounds__()
243 .InclusiveScan(thread_data, thread_data, op, prefix_op); in __launch_bounds__()
/external/harfbuzz_ng/src/
Dhb-subset-cff-common.hh450 op_code_t prefix_op () const { return prefix_op_; } in prefix_op() function
959 if (str.prefix_op () != OpCode_Invalid) in encode_str()
960 encoder.encode_op (str.prefix_op ()); in encode_str()
/external/tensorflow/tensorflow/core/graph/
Dquantize_training.cc253 Node* prefix_op = in_edges[0]->src(); in AddRestoreVariableSubgraphs() local
296 .Input(prefix_op) in AddRestoreVariableSubgraphs()