HomeSort by relevance Sort by last modified time
    Searched refs:output_type (Results 76 - 100 of 171) sorted by null

1 2 34 5 6 7

  /external/tensorflow/tensorflow/cc/profiler/
profiler_test.cc 78 {"none"}, /* output_type */
155 opts2.output_type = "timeline";
  /external/tensorflow/tensorflow/core/framework/
op_segment_test.cc 61 EXPECT_EQ(dt, op->output_type(0));
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/src/
compiler.cc 128 CountingIncluder& includer, OutputType output_type,
155 if (output_type == OutputType::PreprocessedText ||
180 if (output_type == OutputType::PreprocessedText) {
268 if (output_type == OutputType::SpirvAssemblyText) {
  /external/tensorflow/tensorflow/core/graph/
subgraph_test.cc 210 EXPECT_FALSE(IsRefType(CHECK_NOTNULL(n)->output_type(0)));
222 EXPECT_FALSE(IsRefType(CHECK_NOTNULL(n)->output_type(0)));
  /external/tensorflow/tensorflow/core/kernels/
functional_ops.cc 88 if (rets[i].dtype() != kernel->output_type(i)) {
90 DataTypeString(kernel->output_type(i)),
function_ops.cc 155 ctx, input_type(i) == output_type(i),
158 " vs. ", DataTypeString(output_type(i))));
variable_ops.cc 52 dtype_ = RemoveRefType(context->output_type(0));
  /toolchain/binutils/binutils-2.27/include/
bfdlink.h 289 enum output_type
310 ENUM_BITFIELD (output_type) type : 2;
287 enum output_type enum
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 1274 NetEqOutputType output_type; local
1350 NetEqOutputType output_type; local
1420 NetEqOutputType output_type; local
    [all...]
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_code.cc 459 if (opts.output_type == kOutput[3]) {
493 if (opts.output_type == kOutput[3]) {
516 if (nodes.empty() && root->has_trace() && opts.output_type == kOutput[3]) {
521 if (root->has_trace() && opts.output_type == kOutput[3]) {
529 if (root->has_trace() && opts.output_type == kOutput[3]) {
print_model_analysis.cc 59 if (opts.output_type == kOutput[1]) {
tfprof_scope.cc 82 if (opts.output_type == kOutput[3]) {
  /external/tensorflow/tensorflow/c/
c_api_function.cc 152 const DataType& dt = node->output_type(idx);
288 argdef->set_type(node->output_type(idx));
302 argdef->set_type(node->output_type(idx));
  /external/tensorflow/tensorflow/core/common_runtime/
constant_folding.cc 89 DataType op_type = n->output_type(0);
144 DataType op_type = n->output_type(0);
494 bool is_int32 = tensor.first->output_type(tensor.second) == DT_INT32;
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/src/
shaderc.cc 467 shaderc_util::Compiler::OutputType output_type) {
503 std::ref(stage_deducer), includer, output_type, &errors,
512 std::ref(stage_deducer), includer, output_type, &errors,
  /external/mesa3d/src/compiler/glsl/
link_varyings.cpp 186 anonymous_struct_type_matches(const glsl_type *output_type,
189 while (output_type->is_array() && to_match->is_array()) {
191 if (output_type->length != to_match->length)
193 output_type = output_type->fields.array;
197 if (output_type->is_array() || to_match->is_array())
199 return output_type->is_anonymous() &&
201 to_match->record_compare(output_type);
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
tf2xla.cc 92 .Attr("T", BaseType(feed_node->output_type(output_index)))
140 .Attr("T", BaseType(fetch_node->output_type(id.output_index())))
  /external/tensorflow/tensorflow/core/debug/
debug_graph_utils.cc 143 const DataType src_dt = src_node->output_type(src_output_slot);
192 const bool is_ref = IsRefType(src_node->output_type(src_output_slot));
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding.cc 209 const DataType output_type = node->attr().at("T").type(); local
218 (*added_node->mutable_attr())["T"].set_type(output_type);
1446 DataType output_type; local
1461 DataType output_type = node->attr().at("T").type(); local
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_opt_constant_folding.c 59 if (!nir_alu_type_get_type_size(nir_op_infos[instr->op].output_type))
  /external/tensorflow/tensorflow/cc/ops/
while_loop.cc 74 DataType dtype = enter_output.node()->output_type(0);
  /external/toolchain-utils/crosperf/
results_report.py 329 output_type = 'EMAIL' if self.email else 'CONSOLE'
339 summary_table = _PrintTable(self.GetSummaryTables(perf=False), output_type)
343 table = _PrintTable(self.GetStatusTable(), output_type)
346 perf_table = _PrintTable(self.GetSummaryTables(perf=True), output_type)
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
compiler.h 297 // The output_type parameter determines what kind of output should be
318 CountingIncluder& includer, OutputType output_type,
  /external/tensorflow/tensorflow/compiler/jit/
encapsulate_subgraphs_pass.cc 701 DataType dtype = src_node->output_type(src_slot);
    [all...]
  /external/tensorflow/tensorflow/python/lib/core/
py_func.cc 494 ctx, t.dtype() == output_type(i),
497 DataTypeString(output_type(i))));

Completed in 1244 milliseconds

1 2 34 5 6 7