Home
last modified time | relevance | path

Searched refs:kConstant (Results 1 – 25 of 98) sorted by relevance

1234

/external/webrtc/modules/audio_processing/aec3/
Dblock_processor_metrics.cc26 kConstant, enumerator
35 kConstant, enumerator
54 underrun_category = RenderUnderrunCategory::kConstant; in UpdateCapture()
71 overrun_category = RenderOverrunCategory::kConstant; in UpdateCapture()
Drender_delay_controller_metrics.cc36 kConstant, enumerator
106 delay_changes = DelayChangesCategory::kConstant; in Update()
/external/skia/gm/
Dfp_sample_chaining.cpp163 kConstant, enumerator
171 case kConstant: in wrap()
215 draw({ kConstant }); // Scale X axis by 2x (2 visible columns)
221 draw({ kConstant, kUniform }); // Scale XY by 2x (2 rows and columns)
222 draw({ kConstant, kConstant }); // Scale X axis by 4x (1 visible column)
228 draw({ kConstant, kExplicit }); // Scale X by 2x and translate up by 8px
230 draw({ kExplicit, kExplicit, kConstant }); // Scale X by 2x and translate up by 16px
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_expression.cc35 e.kind_ = Kind::kConstant; in Constant()
79 case Kind::kConstant: in HumanString()
93 case Kind::kConstant: { in AsXlaOp()
117 case Kind::kConstant: { in ResolveDynamism()
159 case Kind::kConstant: in ResolveConstant()
200 case Kind::kConstant: in GetShape()
Dgraph_compiler.cc74 case XlaExpression::Kind::kConstant: in PrepareArguments()
75 arg.kind = XlaCompiler::Argument::kConstant; in PrepareArguments()
88 arg.kind = XlaCompiler::Argument::kConstant; in PrepareArguments()
273 if (arguments[i].kind == XlaCompiler::Argument::kConstant) { in CompileFunctionalNode()
Dxla_argument.h37 kConstant, enumerator
Dxla_expression.h49 kConstant, enumerator
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_sanitize_constant_names.cc39 if (instr->opcode() == HloOpcode::kConstant) { in Run()
56 if (instr->opcode() != HloOpcode::kConstant) { in Run()
Dgpu_copy_insertion.cc52 CHECK_EQ(hlo->operand(i)->opcode(), HloOpcode::kConstant); in Run()
Dmulti_output_fusion.cc46 if (instr->opcode() == HloOpcode::kConstant && in IsProfitableOperand()
270 if (producer->opcode() == HloOpcode::kConstant) { in DoMultiOutputFusion()
/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_invariant_code_motion.cc85 old_instruction->opcode() != HloOpcode::kConstant); in CreateLoopInvariantCopy()
110 case HloOpcode::kConstant: in NotWorthHoistingIndividually()
246 op->opcode() == HloOpcode::kConstant; in TryHoistingInvariantInstructionsFromWhileBody()
259 if (instruction->opcode() != HloOpcode::kConstant) { in TryHoistingInvariantInstructionsFromWhileBody()
Dhlo_query.cc28 if (instruction->opcode() == HloOpcode::kConstant && in IsConstantR0F32()
40 operand->opcode() != HloOpcode::kConstant) { in AllOperandsAreParametersOrConstants()
58 if (operand->opcode() != HloOpcode::kConstant) { in AllOperandsAreConstants()
Dindexed_array_analysis.h44 kConstant, enumerator
94 Kind kind() const override { return kConstant; } in kind()
339 if (source->kind() == Array::kConstant) { in ConstructScalarIndexedArray()
Dwhile_loop_constant_sinking_test.cc239 if (inst->opcode() == HloOpcode::kConstant) { in TEST_F()
366 if (inst->opcode() == HloOpcode::kConstant) { in TEST_F()
Dhlo_cse.cc64 if (instruction->opcode() == HloOpcode::kConstant) { in CombineConstants()
120 case HloOpcode::kConstant: in CseHash()
Dzero_sized_hlo_elimination.cc35 instruction->opcode() == HloOpcode::kConstant) { in Run()
Dreshape_mover.cc72 if (instruction->opcode() == HloOpcode::kConstant) { in CanTriviallyChangeShape()
147 case HloOpcode::kConstant: { in UpdateOperand()
Dhlo_constant_folding.cc96 instruction->opcode() == HloOpcode::kConstant || in Run()
Dmap_inliner.cc85 } else if (root.opcode() == HloOpcode::kConstant) { in HandleMap()
/external/tensorflow/tensorflow/compiler/xla/
Dcpu_function_runtime.h43 bool is_constant() const { return kind() == Kind::kConstant; } in is_constant()
93 return BufferInfo(Kind::kConstant, /*size=*/size, in MakeConstant()
110 kConstant, enumerator
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dbuffer_assignment_util.cc34 if (buffer->instruction()->opcode() == HloOpcode::kConstant) { in InstrForConstantBufferAllocation()
45 CHECK_EQ(instr.opcode(), HloOpcode::kConstant); in SanitizeConstantName()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dmhlo_control_flow_to_scf.cc77 const int kConstant = -1; in MatchAndRewrite() local
79 if (matchPattern(val, m_Constant())) return {val, kConstant}; in MatchAndRewrite()
98 if (step.second != kConstant || !step.first) return; in MatchAndRewrite()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_kernel_memory_alignment.cpp134 kConstant, enumerator
236 if (address == kGlobal || address == kLocal || address == kConstant) { in test_kernel_memory_alignment()
239 if ( (gIsEmbedded) && (address == kConstant) && (numConstantArgs < 6)) { in test_kernel_memory_alignment()
411 if (address == kConstant) { in test_kernel_memory_alignment()
562 return test_kernel_memory_alignment( device, context, queue, n_elems, kConstant ); in test_kernel_memory_alignment_constant()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache_test.cc31 args[0].kind = XlaCompiler::Argument::kConstant; in TEST()
91 args[i].kind = (((i % 3) == 0) ? XlaCompiler::Argument::kConstant in BM_BuildSignature()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dif_while_utils.cc56 arg->kind = XlaCompiler::Argument::kConstant; in ConvertCompileTimeConstArgumentsToConst()

1234